Mercurial > emacs
changeset 79663:f1019ace895b
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 03 Jan 2008 06:41:49 +0000 |
parents | f0e20a14ba94 |
children | f1154b4e2454 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Thu Jan 03 06:40:58 2008 +0000 +++ b/lisp/textmodes/ispell.el Thu Jan 03 06:41:49 2008 +0000 @@ -1427,6 +1427,7 @@ 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.