EMACS: variable name change

php-warn-if-mumamo-off has been renamed to php-mode-warn-if-mumamo-off
This commit is contained in:
Tom Willemsen 2011-08-16 09:35:50 +02:00
parent cbbee68933
commit 2c95bf2858

View file

@ -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