Skip to content

Commit

Permalink
Merge pull request #748 from emacs-php/fix/php-mode-reinstall
Browse files Browse the repository at this point in the history
Fix call to php-mode-debug-reinstall from php-mode
  • Loading branch information
zonuexe authored Jun 16, 2023
2 parents 249b31c + f1af89c commit 73d2ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 73d2ded

Please sign in to comment.