emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Thu, 06 Apr 2006 15:36:26 +0000

Index: emacs/lisp/textmodes/ispell.el
diff -u emacs/lisp/textmodes/ispell.el:1.195 
emacs/lisp/textmodes/ispell.el:1.196
--- emacs/lisp/textmodes/ispell.el:1.195        Sat Mar 18 14:11:55 2006
+++ emacs/lisp/textmodes/ispell.el      Thu Apr  6 15:36:24 2006
@@ -267,6 +267,7 @@
 may produce undesired results."
   :type '(choice (const exclusive) (const :tag "off" nil) (const :tag "on" t))
   :group 'ispell)
+;;;###autoload(put 'ispell-check-comments 'safe-local-variable (lambda (a) 
(memq a '(nil t exclusive))))
 
 (defcustom ispell-query-replace-choices nil
   "*Corrections made throughout region when non-nil.
@@ -461,6 +462,7 @@
   :type '(choice string
                 (const :tag "default" nil))
   :group 'ispell)
+;;;###autoload(put 'ispell-local-dictionary 'safe-local-variable (lambda (a) 
(or (stringp a) (null a))))
 
 (make-variable-buffer-local 'ispell-local-dictionary)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]