EMACS: variable name change
php-warn-if-mumamo-off has been renamed to php-mode-warn-if-mumamo-off
This commit is contained in:
parent
cbbee68933
commit
2c95bf2858
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
|
||||
;;; PHP
|
||||
(autoload 'php-mode "php-mode" "Major mode for PHP" t)
|
||||
(setq-default php-warn-if-mumamo-off nil) ; don't warn me about this
|
||||
(setq-default php-mode-warn-if-mumamo-off nil) ; don't warn me about this
|
||||
(setq php-mode-force-pear t)
|
||||
(add-to-list 'auto-mode-alist '("\\.php[345]?$" . php-mode))
|
||||
(add-hook 'php-mode-hook
|
||||
|
|
Loading…
Reference in a new issue