From: Luc Teirlinck Date: Tue, 28 Jun 2005 22:02:13 +0000 (+0000) Subject: (ispell-word): Remove stray parenthesis. X-Git-Tag: emacs-pretest-22.0.90~8596 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=edfa1c2e30d4ae0321345831d17245f6a18bfe9c;p=emacs.git (ispell-word): Remove stray parenthesis. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 96cfa000aba..5d966c07abf 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1540,7 +1540,7 @@ quit spell session exited." (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))) + (if ispell-quit (setq ispell-quit nil replace 'quit)) (goto-char cursor-location) ; return to original location replace)))