diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-03 06:41:49 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-01-03 06:41:49 +0000 |
commit | c38fe6cae03afdb69e285760316e10176074cdac (patch) | |
tree | 633bd51368e66e1ca100588ed27d77f1eac282b5 | |
parent | 218da0e9a709d27c90d54440549d84b5beedcb6a (diff) | |
download | emacs-c38fe6cae03afdb69e285760316e10176074cdac.tar.gz |
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
-rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index c784960f972..9c6d015fcee 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1427,6 +1427,7 @@ set when defined in the file with either `ispell-pdict-keyword' or the local variable syntax.") (make-variable-buffer-local 'ispell-local-pdict) +;;;###autoload(put 'ispell-local-pdict 'safe-local-variable 'stringp) (defvar ispell-buffer-local-name nil "Contains the buffer name if local word definitions were used. |