Skip to content

Commit 73d2ded

Browse files
authored
Merge pull request #748 from emacs-php/fix/php-mode-reinstall
Fix call to php-mode-debug-reinstall from php-mode
2 parents 249b31c + f1af89c commit 73d2ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ After setting the stylevars run hook `php-mode-STYLENAME-hook'."
11571157
;; (setq abbrev-mode t)
11581158

11591159
(unless (string= php-mode-cc-version c-version)
1160-
(php-mode-debug-reinstall))
1160+
(php-mode-debug-reinstall nil))
11611161

11621162
(if php-mode-disable-c-mode-hook
11631163
(php-mode-neutralize-cc-mode-effect)

0 commit comments

Comments
 (0)