]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-word): Remove stray parenthesis.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 28 Jun 2005 22:02:13 +0000 (22:02 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 28 Jun 2005 22:02:13 +0000 (22:02 +0000)
lisp/textmodes/ispell.el

index 96cfa000aba5293ba22857191932974d96b57bd6..5d966c07abfc41e7276920cb54af0bccb0053a1d 100644 (file)
@@ -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)))