Mercurial > emacs
changeset 63822:8f7b5af86a5d
(ispell-word): Remove stray parenthesis.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 28 Jun 2005 22:02:13 +0000 |
parents | 2ac5f97909a7 |
children | cb9fda775906 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))