Mercurial > emacs
changeset 33000:ab3f9a850b5f
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 28 Oct 2000 06:07:30 +0000 |
parents | 6bc392d6aef3 |
children | eaa4842c7037 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <miles@gnu.org> + + * 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 <fx@gnu.org> * international/latin1-disp.el (latin1-char-displayable-p): Don't