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: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Thu, 06 Apr 2006 15:36:26 +0000

Index: emacs/lisp/add-log.el
diff -u emacs/lisp/add-log.el:1.173 emacs/lisp/add-log.el:1.174
--- emacs/lisp/add-log.el:1.173 Fri Jan 13 20:11:35 2006
+++ emacs/lisp/add-log.el       Thu Apr  6 15:36:24 2006
@@ -45,6 +45,8 @@
   :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))))
 
 (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]