Mercurial > emacs
comparison lisp/ChangeLog @ 26207:6526ea25c4dd
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 26 Oct 1999 23:28:36 +0000 |
parents | 185e372ce5f7 |
children | 5ccc37bcd99c |
comparison
equal
deleted
inserted
replaced
26206:3d9818475597 | 26207:6526ea25c4dd |
---|---|
1 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
2 | |
3 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
4 ad-activate. All callers changed, including those in data.c. | |
5 (ad-activate-internal-off): Renamed from ad-activate-off. | |
6 All uses changed. | |
7 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
8 (ad-start-advice, ad-stop-advice, ad-recover-normality): | |
9 Alter the definition of ad-activate-internal, not ad-activate. | |
10 | |
1 1999-10-26 Gerd Moellmann <gerd@gnu.org> | 11 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
2 | 12 |
3 * startup.el (command-line-1): Add support for command line | 13 * startup.el (command-line-1): Add support for command line |
4 arguments `file' and `execute'. Fix handling of `visit'. | 14 arguments `file' and `execute'. Fix handling of `visit'. |
5 | 15 |