From f1af89c6d51feb81cdda808e6fb634240d6eec16 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Sat, 17 Jun 2023 04:15:20 +0900 Subject: [PATCH] Fix call to php-mode-debug-reinstall from php-mode --- lisp/php-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/php-mode.el b/lisp/php-mode.el index c3859614..30d7acec 100644 --- a/lisp/php-mode.el +++ b/lisp/php-mode.el @@ -1156,7 +1156,7 @@ After setting the stylevars run hook `php-mode-STYLENAME-hook'." ;; (setq abbrev-mode t) (unless (string= php-mode-cc-version c-version) - (php-mode-debug-reinstall)) + (php-mode-debug-reinstall nil)) (if php-mode-disable-c-mode-hook (php-mode-neutralize-cc-mode-effect)