emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/php-mode f1af89c6d5 1/2: Fix call to php-mode-debug-reinst


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode f1af89c6d5 1/2: Fix call to php-mode-debug-reinstall from php-mode
Date: Fri, 16 Jun 2023 16:01:06 -0400 (EDT)

branch: elpa/php-mode
commit f1af89c6d51feb81cdda808e6fb634240d6eec16
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    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 c38596140f..30d7acec18 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]