summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-08-16 09:35:50 +0200
committerGravatar Tom Willemsen2011-08-16 09:35:50 +0200
commit2c95bf2858f75ee02a3a3456962992fde01be9ac (patch)
tree649dee23966cc6be072b88b1b5374d0f1f2f0b38 /.emacs.d
parentcbbee68933a0f52d73e96c596efcbe5101f50bea (diff)
downloaddotfiles-2c95bf2858f75ee02a3a3456962992fde01be9ac.tar.gz
dotfiles-2c95bf2858f75ee02a3a3456962992fde01be9ac.zip
EMACS: variable name change
php-warn-if-mumamo-off has been renamed to php-mode-warn-if-mumamo-off
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 1d95502..11fc8d8 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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