]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-auto-correct-previous-word):
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 May 2005 14:38:52 +0000 (14:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 May 2005 14:38:52 +0000 (14:38 +0000)
Undo the change that moves to end of the current word.

lisp/ChangeLog
lisp/textmodes/flyspell.el

index 493435c96dd51e41ba7add0ba78a9b5ebd8314c3..7c5062261c457a736da0e20a280afdaa65154435 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
+       Undo the change that moves to end of the current word.
+
 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
 
        * progmodes/which-func.el (which-func-update-1): Turn the mode
        off in case of error by setting which-func-mode.
+       
+2005-05-29   Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
 
+       * flyspell.el (flyspell-auto-correct-previous-word):
+       Narrow down to what's on the screen, and recenter overlays      
+       at the end of the next word.
+       
 2005-05-29   Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
        
        * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
@@ -71,9 +82,6 @@
        (flyspell-highlight-incorrect-region): Clean up overlays in region.
        (flyspell-auto-correct-word): Check that WORD is a cons.
        (flyspell-correct-word): Likewise.
-       (flyspell-auto-correct-previous-word):
-       Narrow down to what's on the screen, and recenter overlays      
-       at the end of the next word.
 
 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
 
index 3175b73c22a948a758994b4502756c81c66bbcd1..0b65993df3ce89a629d566872ece651bc5591a7d 100644 (file)
@@ -1901,7 +1901,6 @@ But don't look beyond what's visible on the screen."
     (save-excursion
       (save-restriction
        (narrow-to-region top bot)
-       (re-search-forward "\\s \\|\\'" nil t)
        (overlay-recenter (point))
 
        (add-hook 'pre-command-hook