diff options
| author | Basil L. Contovounesios | 2026-02-15 17:33:25 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2026-02-17 13:37:04 +0100 |
| commit | 24349bd86d9ea3bd449dde1db7f49be89cbb03f9 (patch) | |
| tree | 94388f26ec37721b2e187a5a3030f7969796bab0 | |
| parent | e91f68b74248fe5dd44c130799870ada91c4a28e (diff) | |
| download | emacs-24349bd86d9ea3bd449dde1db7f49be89cbb03f9.tar.gz emacs-24349bd86d9ea3bd449dde1db7f49be89cbb03f9.zip | |
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).
| -rw-r--r-- | lisp/vc/add-log.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index 762f07ff5ea..c059bd716a1 100644 --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el | |||
| @@ -129,6 +129,7 @@ this variable." | |||
| 129 | (defcustom add-log-always-start-new-record nil | 129 | (defcustom add-log-always-start-new-record nil |
| 130 | "If non-nil, `add-change-log-entry' will always start a new record." | 130 | "If non-nil, `add-change-log-entry' will always start a new record." |
| 131 | :version "22.1" | 131 | :version "22.1" |
| 132 | :safe #'booleanp | ||
| 132 | :type 'boolean) | 133 | :type 'boolean) |
| 133 | 134 | ||
| 134 | (defvar add-log-buffer-file-name-function 'buffer-file-name | 135 | (defvar add-log-buffer-file-name-function 'buffer-file-name |