From: Richard M. Stallman Date: Tue, 3 Jan 1995 06:40:13 +0000 (+0000) Subject: (spell-filter): Make it a risky-local-variable. X-Git-Tag: emacs-19.34~5533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e9c0abe49bd7695675f584b5f8eba8d1a29e743;p=emacs.git (spell-filter): Make it a risky-local-variable. --- 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 @@ -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.