# HG changeset patch # User Luc Teirlinck # Date 1119996133 0 # Node ID 8f7b5af86a5dc55b80550b248de4c2043305f890 # Parent 2ac5f97909a7a7538d5970fb6d0ba595233c5a13 (ispell-word): Remove stray parenthesis. diff -r 2ac5f97909a7 -r 8f7b5af86a5d lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Tue Jun 28 21:57:33 2005 +0000 +++ b/lisp/textmodes/ispell.el Tue Jun 28 22:02:13 2005 +0000 @@ -1540,7 +1540,7 @@ (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)))