* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-01-31 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case.
|
||||
|
||||
2012-01-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/authors.el (authors-fixed-entries):
|
||||
|
||||
@@ -286,7 +286,7 @@ the mode if ARG is omitted or nil.
|
||||
,(if keymap keymap-sym
|
||||
`(if (boundp ',keymap-sym) ,keymap-sym))
|
||||
nil
|
||||
,(unless (eq mode modefun) 'modefun)))))))
|
||||
,(unless (eq mode modefun) `',modefun)))))))
|
||||
|
||||
;;;
|
||||
;;; make global minor mode
|
||||
|
||||
Reference in New Issue
Block a user