diff options
| -rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 5721470ad0d..e84207da2df 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el | |||
| @@ -509,7 +509,7 @@ on if the hook has explicitly disabled it. | |||
| 509 | (setq turn-on-function | 509 | (setq turn-on-function |
| 510 | `(lambda () | 510 | `(lambda () |
| 511 | (require 'easy-mmode) | 511 | (require 'easy-mmode) |
| 512 | (when (easy-mmode--globalized-predicate-p ,(car predicate)) | 512 | (when (easy-mmode--globalized-predicate-p ,MODE-predicate) |
| 513 | (funcall ,turn-on-function))))) | 513 | (funcall ,turn-on-function))))) |
| 514 | (_ (push keyw extra-keywords) (push (pop body) extra-keywords)))) | 514 | (_ (push keyw extra-keywords) (push (pop body) extra-keywords)))) |
| 515 | 515 | ||