(change-log-default-name): Put `string-or-null-p'

instead of lambda on `safe-local-variable' property.
This commit is contained in:
Juri Linkov 2006-05-09 22:58:54 +00:00
parent 0a51c121e4
commit 10b35c39d0

View file

@ -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'."