mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
This commit is contained in:
parent
218da0e9a7
commit
c38fe6cae0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user