]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Jan 2008 06:41:49 +0000 (06:41 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Jan 2008 06:41:49 +0000 (06:41 +0000)
lisp/textmodes/ispell.el

index c784960f9724ebb60cb955e6c34235525ef14ce9..9c6d015fcee9562d134cd2270967623211fea761 100644 (file)
@@ -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.