diff options
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r-- | lisp/add-log.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el index 8ca3f108b72..6bb1178fe52 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -52,6 +52,7 @@ :type '(choice (const :tag "default" nil) string) :group 'change-log) +;;;###autoload (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) (defcustom change-log-mode-hook nil |