Mercurial > emacs
changeset 46390:4fbc342b5337
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 15 Jul 2002 15:39:02 +0000 |
parents | 51248f96252a |
children | 5d5a55d8897b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 15 15:38:49 2002 +0000 +++ b/lisp/ChangeLog Mon Jul 15 15:39:02 2002 +0000 @@ -1,3 +1,8 @@ +2002-07-15 Juanma Barranquero <lektu@terra.es> + + * help-fns.el (describe-variable): Show documentation for aliased + variable if alias does not have its own. + 2002-07-15 Mike Williams <mdub@bigfoot.com> * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram @@ -45,7 +50,7 @@ * calendar/timeclock.el (timeclock-in): Handle the case where no log file exists (ie the very first call). -2002-07-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> +2002-07-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * net/ange-ftp.el: Do not hook into file-name-handler-alist, this is done by Tramp.
--- a/src/ChangeLog Mon Jul 15 15:38:49 2002 +0000 +++ b/src/ChangeLog Mon Jul 15 15:39:02 2002 +0000 @@ -1,3 +1,7 @@ +2002-07-15 Juanma Barranquero <lektu@terra.es> + + * eval.c (Fdefvaralias): Add docstring argument. + 2002-07-15 Ken Raeburn <raeburn@gnu.org> * lisp.h (STRING_INTERVALS): Produce rvalue.