Mercurial > emacs
diff lisp/ChangeLog @ 26552:88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
(define-minor-mode): Specify `doc-string-elt'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 23 Nov 1999 09:26:55 +0000 |
parents | 271f77895660 |
children | 64e68423dca9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 23 09:08:38 1999 +0000 +++ b/lisp/ChangeLog Tue Nov 23 09:26:55 1999 +0000 @@ -1,5 +1,9 @@ 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> + * emacs-lisp/autoload.el (make-autoload): Recognize the new + `define-minor-mode'. + (define-minor-mode): Specify `doc-string-elt'. + * emacs-lisp/easy-mmode.el: Changed maintainer. (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; Use defcustom for the hooks; Improve the auto-generated docstrings.