Mercurial > emacs
changeset 98020:1e478a6e3dd0
(change-log-default-name): Autoload safety.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 06 Sep 2008 02:56:24 +0000 |
parents | 72564311fb7b |
children | 4dfc33da438b |
files | lisp/add-log.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Sat Sep 06 02:55:23 2008 +0000 +++ b/lisp/add-log.el Sat Sep 06 02:56:24 2008 +0000 @@ -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