Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
949855fe
Commit
949855fe
authored
Jan 15, 2006
by
Stefan Monnier
Browse files
(flyspell-kill-ispell-hook): Fix braino.
parent
ef0f5f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+2
-1
No files found.
lisp/textmodes/flyspell.el
View file @
949855fe
...
...
@@ -528,7 +528,8 @@ in your .emacs file.
(
defun
flyspell-kill-ispell-hook
()
(
setq
flyspell-last-buffer
nil
)
(
dolist
(
buf
(
buffer-list
))
(
kill-local-variable
'flyspell-word-cache-word
)))
(
with-current-buffer
buf
(
kill-local-variable
'flyspell-word-cache-word
))))
;;*---------------------------------------------------------------------*/
;;* flyspell-mode-on ... */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment