diff options
-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. alist whose cdr is `eq' to a specified value. +++ -*** New macro define-obsolete-variable-alias to combine defvaralias and -make-obsolete-variable. +*** New macros define-obsolete-variable-alias to combine defvaralias and +make-obsolete-variable and define-obsolete-function-alias to combine defalias +and make-obsolete. +++ ** 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 @@ +2005-04-26 Nick Roberts <nickrob@snap.net.nz> + + * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro. + 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> * term/xterm.el (function-key-map): Fix strings for |