# HG changeset patch # User Richard M. Stallman # Date 789115213 0 # Node ID 759195dcd02b98e7a57cc15f9d10d28d3d333de8 # Parent c1c2ec3aeefacfee52c5a3d4581b81c706de986c (spell-filter): Make it a risky-local-variable. diff -r c1c2ec3aeefa -r 759195dcd02b lisp/textmodes/spell.el --- a/lisp/textmodes/spell.el Tue Jan 03 01:45:36 1995 +0000 +++ b/lisp/textmodes/spell.el Tue Jan 03 06:40:13 1995 +0000 @@ -39,6 +39,9 @@ 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