Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.166 
emacs/lisp/textmodes/ispell.el:1.167
*** emacs/lisp/textmodes/ispell.el:1.166        Tue Jun 28 18:58:30 2005
--- emacs/lisp/textmodes/ispell.el      Tue Jun 28 22:02:13 2005
***************
*** 1540,1546 ****
                 (kill-buffer ispell-choices-buffer))))
        (ispell-pdict-save ispell-silently-savep)
        ;; NB: Cancels ispell-quit incorrectly if called from ispell-region
!       (if ispell-quit (setq ispell-quit nil replace 'quit)))
        (goto-char cursor-location)     ; return to original location
        replace)))
  
--- 1540,1546 ----
                 (kill-buffer ispell-choices-buffer))))
        (ispell-pdict-save ispell-silently-savep)
        ;; NB: Cancels ispell-quit incorrectly if called from ispell-region
!       (if ispell-quit (setq ispell-quit nil replace 'quit))
        (goto-char cursor-location)     ; return to original location
        replace)))
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to