changeset 44442:0a1bd8f47e7f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 08 Apr 2002 19:44:08 +0000
parents 19ee3d816bb2
children 9e6f2afa9f19
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Apr 08 19:23:38 2002 +0000
+++ b/src/ChangeLog	Mon Apr 08 19:44:08 2002 +0000
@@ -4,7 +4,7 @@
 
 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
 
-	* 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  <Pavel@Janik.cz>
@@ -20,6 +20,11 @@
 	(Qrisky_local_variable): New variable.
 	(syms_of_xdisp): Init and staticpro it.
 
+2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* undo.c (record_point): New fun.
+	(record_delete, record_insert): Use it.
+
 2002-04-03  Juanma Barranquero  <lektu@terra.es>
 
 	* doc.c (Fdocumentation): Add missing parentheses.