changeset 61732:2b20595aa66d

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 22 Apr 2005 04:11:30 +0000
parents 6c517123b411
children 34f8bb98e444
files etc/NEWS lisp/ChangeLog lispref/ChangeLog
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Apr 22 04:09:43 2005 +0000
+++ b/etc/NEWS	Fri Apr 22 04:11:30 2005 +0000
@@ -2850,7 +2850,6 @@
 *** New macro define-obsolete-variable-alias to combine defvaralias and
 make-obsolete-variable.
 
->>>>>>> 1.1157
 ---
 ** easy-mmode-define-global-mode has been renamed to
 define-global-minor-mode.  The old name remains as an alias.
--- a/lisp/ChangeLog	Fri Apr 22 04:09:43 2005 +0000
+++ b/lisp/ChangeLog	Fri Apr 22 04:11:30 2005 +0000
@@ -1,3 +1,7 @@
+2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
+
+	* emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
+
 2005-04-21  Lute Kamstra  <lute@gnu.org>
 
 	* loadhist.el (unload-feature): Don't remove a function from hooks
--- a/lispref/ChangeLog	Fri Apr 22 04:09:43 2005 +0000
+++ b/lispref/ChangeLog	Fri Apr 22 04:11:30 2005 +0000
@@ -1,3 +1,8 @@
+2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
+
+	* variables.texi (Variable Aliases): Describe make-obsolete-variable
+	and define-obsolete-variable-alias.
+
 2005-04-22  Kim F. Storm  <storm@cua.dk>
 
 	* symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.