emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Tue, 28 Jun 2005 18:02:14 -0400

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)))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]