]> git.eshelyaron.com Git - emacs.git/commitdiff
(spell-filter): Make it a risky-local-variable.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Jan 1995 06:40:13 +0000 (06:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Jan 1995 06:40:13 +0000 (06:40 +0000)
lisp/textmodes/spell.el

index 6ebbe35654b7be3607517d95b2451f947eaebf88..20a6d8be27c3143a2a3b18f2869479cdec9a578c 100644 (file)
@@ -38,6 +38,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.