diff lisp/ChangeLog @ 110160:c32f6ba217a2

* lisp/simple.el (newline): Fix last change to properly remove itself from the hook.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Sep 2010 13:12:46 +0200
parents c62c9d6b8eef
children eb977e012180
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 03 06:10:04 2010 +0000
+++ b/lisp/ChangeLog	Fri Sep 03 13:12:46 2010 +0200
@@ -1,3 +1,8 @@
+2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* simple.el (newline): Fix last change to properly remove itself from
+	the hook.
+
 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* simple.el (newline): Eliminate optimization.