diff options
| author | Nick Roberts | 2005-04-26 09:23:24 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-04-26 09:23:24 +0000 |
| commit | c9c1312dbf7393daf33ffc12ad2aadbfd85c151a (patch) | |
| tree | f23fd0bd0720540dda022e388f463b5b58fbd095 | |
| parent | 0448b476012ef55ac026fcb7fcc0a75cff9f73bc (diff) | |
| download | emacs-c9c1312dbf7393daf33ffc12ad2aadbfd85c151a.tar.gz emacs-c9c1312dbf7393daf33ffc12ad2aadbfd85c151a.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 7 insertions, 2 deletions
| @@ -2861,8 +2861,9 @@ and post-command-hooks. | |||
| 2861 | alist whose cdr is `eq' to a specified value. | 2861 | alist whose cdr is `eq' to a specified value. |
| 2862 | 2862 | ||
| 2863 | +++ | 2863 | +++ |
| 2864 | *** New macro define-obsolete-variable-alias to combine defvaralias and | 2864 | *** New macros define-obsolete-variable-alias to combine defvaralias and |
| 2865 | make-obsolete-variable. | 2865 | make-obsolete-variable and define-obsolete-function-alias to combine defalias |
| 2866 | and make-obsolete. | ||
| 2866 | 2867 | ||
| 2867 | +++ | 2868 | +++ |
| 2868 | ** copy-file now takes an additional option arg MUSTBENEW. | 2869 | ** copy-file now takes an additional option arg MUSTBENEW. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e08f220182..46c26634f1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-26 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro. | ||
| 4 | |||
| 1 | 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * term/xterm.el (function-key-map): Fix strings for | 7 | * term/xterm.el (function-key-map): Fix strings for |