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

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

[nongnu] elpa/php-mode 73d2dedb81 2/2: Merge pull request #748 from emac


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 73d2dedb81 2/2: Merge pull request #748 from emacs-php/fix/php-mode-reinstall
Date: Fri, 16 Jun 2023 16:01:07 -0400 (EDT)

branch: elpa/php-mode
commit 73d2dedb81cb210d8ba79d60af7918d52cc37bf7
Merge: 249b31c9b5 f1af89c6d5
Author: USAMI Kenta <tadsan@pixiv.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #748 from emacs-php/fix/php-mode-reinstall
    
    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 f0cd36ce95..9911d4e483 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -1157,7 +1157,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]