diff options
| author | Dan Nicolaescu | 2008-01-03 06:41:49 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-01-03 06:41:49 +0000 |
| commit | c38fe6cae03afdb69e285760316e10176074cdac (patch) | |
| tree | 633bd51368e66e1ca100588ed27d77f1eac282b5 | |
| parent | 218da0e9a709d27c90d54440549d84b5beedcb6a (diff) | |
| download | emacs-c38fe6cae03afdb69e285760316e10176074cdac.tar.gz emacs-c38fe6cae03afdb69e285760316e10176074cdac.zip | |
* 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 | |||
| 1427 | local variable syntax.") | 1427 | local variable syntax.") |
| 1428 | 1428 | ||
| 1429 | (make-variable-buffer-local 'ispell-local-pdict) | 1429 | (make-variable-buffer-local 'ispell-local-pdict) |
| 1430 | ;;;###autoload(put 'ispell-local-pdict 'safe-local-variable 'stringp) | ||
| 1430 | 1431 | ||
| 1431 | (defvar ispell-buffer-local-name nil | 1432 | (defvar ispell-buffer-local-name nil |
| 1432 | "Contains the buffer name if local word definitions were used. | 1433 | "Contains the buffer name if local word definitions were used. |