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 19:20:39 +0000

Index: emacs/lisp/textmodes/ispell.el
diff -u emacs/lisp/textmodes/ispell.el:1.196 
emacs/lisp/textmodes/ispell.el:1.197
--- emacs/lisp/textmodes/ispell.el:1.196        Thu Apr  6 15:36:24 2006
+++ emacs/lisp/textmodes/ispell.el      Thu Apr  6 19:20:37 2006
@@ -462,7 +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))))
+;;;###autoload(put 'ispell-local-dictionary 'safe-local-variable 
'string-or-null-p)
 
 (make-variable-buffer-local 'ispell-local-dictionary)
 




reply via email to

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