emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/add-log.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Tue, 09 May 2006 22:58:54 +0000

Index: emacs/lisp/add-log.el
diff -u emacs/lisp/add-log.el:1.176 emacs/lisp/add-log.el:1.177
--- emacs/lisp/add-log.el:1.176 Wed Apr 26 14:16:04 2006
+++ emacs/lisp/add-log.el       Tue May  9 22:58:54 2006
@@ -45,8 +45,7 @@
   :type '(choice (const :tag "default" nil)
                 string)
   :group 'change-log)
-(put 'change-log-default-name 'safe-local-variable
-     (lambda (a) (or (stringp a) (null a))))
+(put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
 
 (defcustom change-log-mode-hook nil
   "Normal hook run by `change-log-mode'."




reply via email to

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