From: Juanma Barranquero Date: Mon, 15 Jul 2002 15:39:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d907a3bffcc8890b120f8d18090573d02993323e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8f9e11a719..16a0ced76e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-07-15 Juanma Barranquero + + * help-fns.el (describe-variable): Show documentation for aliased + variable if alias does not have its own. + 2002-07-15 Mike Williams * 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 +2002-07-13 Kai Gro,A_(Bjohann * net/ange-ftp.el: Do not hook into file-name-handler-alist, this is done by Tramp. diff --git a/src/ChangeLog b/src/ChangeLog index 4fb88d75810..407989ea63b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-15 Juanma Barranquero + + * eval.c (Fdefvaralias): Add docstring argument. + 2002-07-15 Ken Raeburn * lisp.h (STRING_INTERVALS): Produce rvalue.