Mark add-log-always-start-new-record as safe
* lisp/vc/add-log.el (add-log-always-start-new-record): Mark as safe-local-variable (bug#80408).
This commit is contained in:
@@ -129,6 +129,7 @@ this variable."
|
||||
(defcustom add-log-always-start-new-record nil
|
||||
"If non-nil, `add-change-log-entry' will always start a new record."
|
||||
:version "22.1"
|
||||
:safe #'booleanp
|
||||
:type 'boolean)
|
||||
|
||||
(defvar add-log-buffer-file-name-function 'buffer-file-name
|
||||
|
||||
Reference in New Issue
Block a user