From: Stefan Monnier Date: Mon, 8 Apr 2002 19:44:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d1bf3f74d13b8d95e00741974f4dbe19e529fc6;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index a6619c16cc9..d1c5136f6f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,7 +4,7 @@ 2002-04-05 Gerd Moellmann - * callint.c (Fcall_interactively): Use INTEGERP instead of + * callint.c (Fcall_interactively): Use INTEGERP instead of NUMBERP for checking Vhistory_length. 2002-04-05 Pavel Jan,Bm(Bk @@ -20,6 +20,11 @@ (Qrisky_local_variable): New variable. (syms_of_xdisp): Init and staticpro it. +2002-04-04 Stefan Monnier + + * undo.c (record_point): New fun. + (record_delete, record_insert): Use it. + 2002-04-03 Juanma Barranquero * doc.c (Fdocumentation): Add missing parentheses.