(change-log-default-name): Autoload safety.
This commit is contained in:
parent
51a5d09565
commit
dabff07c9e
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue