diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/add-log.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bdab884b93..c9179643ffd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-09-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * add-log.el (change-log-default-name): Autoload safety. | ||
| 4 | |||
| 1 | 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org> | 5 | 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org> |
| 2 | 6 | ||
| 3 | * verilog-mode.el (verilog-library-extensions): Enable .sv | 7 | * verilog-mode.el (verilog-library-extensions): Enable .sv |
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 @@ | |||
| 52 | :type '(choice (const :tag "default" nil) | 52 | :type '(choice (const :tag "default" nil) |
| 53 | string) | 53 | string) |
| 54 | :group 'change-log) | 54 | :group 'change-log) |
| 55 | ;;;###autoload | ||
| 55 | (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) | 56 | (put 'change-log-default-name 'safe-local-variable 'string-or-null-p) |
| 56 | 57 | ||
| 57 | (defcustom change-log-mode-hook nil | 58 | (defcustom change-log-mode-hook nil |