# HG changeset patch # User Miles Bader # Date 972713250 0 # Node ID ab3f9a850b5f38463c38a923a6ec652cebee68fa # Parent 6bc392d6aef3f4255b8c276cf2ec866df646d97c *** empty log message *** diff -r 6bc392d6aef3 -r ab3f9a850b5f lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 28 06:05:53 2000 +0000 +++ b/lisp/ChangeLog Sat Oct 28 06:07:30 2000 +0000 @@ -1,3 +1,12 @@ +2000-10-28 Miles Bader + + * emacs-lisp/easy-mmode.el (define-minor-mode): Generate + `turn-on-MODE' and `turn-off-MODE' functions unless the mode is + global. If :global is followed by a non-nil but non-t value, + make the mode buffer-local, but also generate a `global-MODE' + version using `easy-mmode-define-global-mode'. Add + :conditional-turn-on keyword argument. + 2000-10-28 Dave Love * international/latin1-disp.el (latin1-char-displayable-p): Don't