Mercurial > emacs
changeset 50637:dc2c8120e20d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Apr 2003 22:49:41 +0000 |
parents | 0af2d4122c02 |
children | 5a24a10b0246 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 18 22:49:20 2003 +0000 +++ b/lisp/ChangeLog Fri Apr 18 22:49:41 2003 +0000 @@ -1,5 +1,12 @@ 2003-04-18 Stefan Monnier <monnier@cs.yale.edu> + * emulation/cua-base.el (cua-mode): Use define-minor-mode. + (cua-global-mark-face): Fix face format. + + * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message + if the body didn't do so already. + (easy-mmode-define-keymap): Remove unused var `suppress'. + * view.el (view-read-only): Move to files.el. * files.el (view-read-only): Move from view.el.