comparison lisp/ChangeLog @ 50637:dc2c8120e20d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Apr 2003 22:49:41 +0000
parents 31489b0b9b0d
children da94760ca8cb
comparison
equal deleted inserted replaced
50636:0af2d4122c02 50637:dc2c8120e20d
1 2003-04-18 Stefan Monnier <monnier@cs.yale.edu> 1 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
4 (cua-global-mark-face): Fix face format.
5
6 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
7 if the body didn't do so already.
8 (easy-mmode-define-keymap): Remove unused var `suppress'.
2 9
3 * view.el (view-read-only): Move to files.el. 10 * view.el (view-read-only): Move to files.el.
4 * files.el (view-read-only): Move from view.el. 11 * files.el (view-read-only): Move from view.el.
5 12
6 2003-04-17 Stefan Monnier <monnier@cs.yale.edu> 13 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>