Mercurial > emacs
changeset 8221:0b9e18f9b085
(ispell-word): Call ispell-dehighlight.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 Jul 1994 07:15:24 +0000 |
parents | aea786f4cdd1 |
children | e03e94b14ba4 |
files | lisp/textmodes/=ispell4.el |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el Tue Jul 12 07:08:31 1994 +0000 +++ b/lisp/textmodes/=ispell4.el Tue Jul 12 07:15:24 1994 +0000 @@ -370,10 +370,12 @@ (if resume (ispell-next) (condition-case err - (catch 'ispell-quit - (save-window-excursion - (ispell-point (point) "at point.")) - (ispell-dump)) + (unwind-protect + (catch 'ispell-quit + (save-window-excursion + (ispell-point (point) "at point.")) + (ispell-dump)) + (ispell-dehighlight)) (ispell-startup-error (cond ((y-or-n-p "Problem starting ispell, use old-style spell instead? ") (load-library "spell")