From edfa1c2e30d4ae0321345831d17245f6a18bfe9c Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 28 Jun 2005 22:02:13 +0000 Subject: [PATCH] (ispell-word): Remove stray parenthesis. --- lisp/textmodes/ispell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2