aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-11-01 23:31:59 +0000
committerStefan Monnier2000-11-01 23:31:59 +0000
commitbff5341176b5d940e1944eb84b4880ff924eefab (patch)
treeffd187b79a8d604886f0cf1ddce870f667474fcb /lisp/ChangeLog
parent5de1f63dd9132efc8ab837ebe493ace420611739 (diff)
downloademacs-bff5341176b5d940e1944eb84b4880ff924eefab.tar.gz
emacs-bff5341176b5d940e1944eb84b4880ff924eefab.zip
(define-minor-mode):
Revert the latest changes. Allow the three positional arguments to be skipped and replaced by keyword arguments. Add a :toggle argument to determine whether a nil arg means toggle or means turn-on. The default is unchanged. Add a call to force-mode-line-update.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 187bd3636a6..71384deb48d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/easy-mmode.el (define-minor-mode):
4 Revert the latest changes.
5 Allow the three positional arguments to be skipped and replaced
6 by keyword arguments.
7 Add a :toggle argument to determine whether a nil arg means toggle
8 or means turn-on. The default is unchanged.
9 Add a call to force-mode-line-update.
10
12000-11-01 Dave Love <fx@gnu.org> 112000-11-01 Dave Love <fx@gnu.org>
2 12
3 * emacs-lisp/elp.el (elp-restore-function): Remove autoload 13 * emacs-lisp/elp.el (elp-restore-function): Remove autoload