diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-27 23:47:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-27 23:47:42 +0000 |
commit | d4a844e0767a9202c3f2a972c860bf8fb0845321 (patch) | |
tree | c10511fe74e5dad978277c9c41d76cdbe7de2d0b /lisp | |
parent | ae4bce6790e4b718b87bf8d77e66afcd1d53b037 (diff) | |
download | emacs-d4a844e0767a9202c3f2a972c860bf8fb0845321.tar.gz emacs-d4a844e0767a9202c3f2a972c860bf8fb0845321.tar.bz2 emacs-d4a844e0767a9202c3f2a972c860bf8fb0845321.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3869f598f65..1d6cfc14e45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,6 +8,11 @@ * progmodes/which-func.el (which-function): Fix documentation/ comment typo. +2006-07-26 Richard Stallman <rms@gnu.org> + + * textmodes/ispell.el (ispell-word): If we replace the word, + move point to the end. Insert before deleting. + 2006-07-26 Chong Yidong <cyd@stupidchicken.com> * subr.el (sit-for): Use new SECONDS arg of read-event instead of |