From: Dan Nicolaescu Date: Thu, 3 Jan 2008 06:41:49 +0000 (+0000) Subject: * textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property. X-Git-Tag: emacs-pretest-22.1.90~201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c38fe6cae03afdb69e285760316e10176074cdac;p=emacs.git * textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property. --- 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.