Mercurial > emacs
changeset 39782:429593db5992
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 11 Oct 2001 19:25:47 +0000 |
parents | 38b6f34f98dd |
children | 369d1b70be7c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 11 19:25:12 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 11 19:25:47 2001 +0000 @@ -1,5 +1,10 @@ 2001-10-11 Gerd Moellmann <gerd@gnu.org> + * master.el (master-mode): Use define-minor-mode instead of + easy-mmode-define-minor-mode. Add autload cookie. + (Coomentary): Remove the line showing how to autoload master-mode, + since it's always autoloaded. + * master.el: New file. 2001-10-11 Dave Love <fx@gnu.org>