(change-log-default-name): Put `string-or-null-p'
instead of lambda on `safe-local-variable' property.
This commit is contained in:
parent
0a51c121e4
commit
10b35c39d0
1 changed files with 1 additions and 2 deletions
|
@ -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'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue