From 2c95bf2858f75ee02a3a3456962992fde01be9ac Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 16 Aug 2011 09:35:50 +0200 Subject: EMACS: variable name change php-warn-if-mumamo-off has been renamed to php-mode-warn-if-mumamo-off --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.el') 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 -- cgit v1.2.3-54-g00ecf