comparison 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
comparison
equal deleted inserted replaced
110159:2fe16dc7896c 110160:c32f6ba217a2
1 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (newline): Fix last change to properly remove itself from
4 the hook.
5
1 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca> 6 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * simple.el (newline): Eliminate optimization. 8 * simple.el (newline): Eliminate optimization.
4 Use post-self-insert-hook to set hard-newline and things before 9 Use post-self-insert-hook to set hard-newline and things before
5 running post-self-insert-hook. 10 running post-self-insert-hook.