(ispell-word): Remove stray parenthesis.

This commit is contained in:
Luc Teirlinck
2005-06-28 22:02:13 +00:00
parent 34e60863f2
commit edfa1c2e30

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