summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-01-03 06:40:13 +0000
committerRichard M. Stallman <rms@gnu.org>1995-01-03 06:40:13 +0000
commitba7b3a0100d13266e75a16d5f49251563e78d7de (patch)
tree546e7e1a8814bfef848cb124d5caf5c8441b80a7
parent90cc0be7b0bb67e1cf7d129456b7baf712b11b68 (diff)
downloademacs-ba7b3a0100d13266e75a16d5f49251563e78d7de.tar.gz
(spell-filter): Make it a risky-local-variable.
-rw-r--r--lisp/textmodes/spell.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el
index 6ebbe35654b..20a6d8be27c 100644
--- a/lisp/textmodes/spell.el
+++ b/lisp/textmodes/spell.el
@@ -39,6 +39,9 @@ This function might remove text-processor commands.
nil means don't alter the text before checking it.")
;;;###autoload
+(put 'spell-filter 'risky-local-variable t)
+
+;;;###autoload
(defun spell-buffer ()
"Check spelling of every word in the buffer.
For each incorrect word, you are asked for the correct spelling