(change-log-default-name): Autoload safety.

This commit is contained in:
Glenn Morris 2008-09-06 02:56:33 +00:00
parent 51a5d09565
commit dabff07c9e
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-09-06 Glenn Morris <rgm@gnu.org>
* add-log.el (change-log-default-name): Autoload safety.
2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
* verilog-mode.el (verilog-library-extensions): Enable .sv

View file

@ -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