]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 12:40:16 +0000 (12:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 12:40:16 +0000 (12:40 +0000)
lisp/ChangeLog
src/ChangeLog

index 8704b779e19f37a19a7f7da20507e5cd9c319a4e..63a33d5de37ca143513990fc2b80b8ffdfc36072 100644 (file)
@@ -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'.
index 48435d8fb6d3acfdee74cc2fb47bbb790ba47a06..0904f6b54e5b95d19e18f8e786a654939184ced2 100644 (file)
 
        * 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>