*** /tmp/ediff9150_DV 2014-08-29 00:18:07.582868434 +0200 --- /home/micha/software/emacs/lisp/emacs-lisp/easy-mmode.el 2014-08-29 00:17:46.634718136 +0200 *************** *** 300,306 **** ,(format "Hook run after entering or leaving `%s'. No problems result if this variable is not bound. `add-hook' automatically binds it. (This is true for all hook variables.)" ! mode)) ;; Define the minor-mode keymap. ,(unless (symbolp keymap) ;nil is also a symbol. --- 300,306 ---- ,(format "Hook run after entering or leaving `%s'. No problems result if this variable is not bound. `add-hook' automatically binds it. (This is true for all hook variables.)" ! modefun)) ;; Define the minor-mode keymap. ,(unless (symbolp keymap) ;nil is also a symbol.