Skip to content

Commit f1af89c

Browse files
committed
Fix call to php-mode-debug-reinstall from php-mode
1 parent 37b2b88 commit f1af89c

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
@@ -1156,7 +1156,7 @@ After setting the stylevars run hook `php-mode-STYLENAME-hook'."
11561156
;; (setq abbrev-mode t)
11571157

11581158
(unless (string= php-mode-cc-version c-version)
1159-
(php-mode-debug-reinstall))
1159+
(php-mode-debug-reinstall nil))
11601160

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

0 commit comments

Comments
 (0)