changeset 37860:fc297b7bb8bb

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 21 May 2001 12:40:16 +0000
parents 5c792c525a42
children 829203873c2d
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 21 12:39:41 2001 +0000
+++ b/lisp/ChangeLog	Mon May 21 12:40:16 2001 +0000
@@ -1,3 +1,7 @@
+2001-05-21  Gerd Moellmann  <gerd@gnu.org>
+
+	* help.el (describe-variable): Deal with variable aliases.
+
 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* replace.el (keep-lines-read-args): Use `copy-marker'.
--- a/src/ChangeLog	Mon May 21 12:39:41 2001 +0000
+++ b/src/ChangeLog	Mon May 21 12:40:16 2001 +0000
@@ -39,9 +39,10 @@
 
 	* alloc.c (Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
 
-	* abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: Use
-	SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
-	symbols' value directly.
+	* abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: 
+	* minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/
+	SET_SYMBOL_VALUE macros instead of accessing symbols' value
+	directly.
 
 2001-05-18  Gerd Moellmann  <gerd@gnu.org>