Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dabff07c
Commit
dabff07c
authored
Sep 06, 2008
by
Glenn Morris
Browse files
(change-log-default-name): Autoload safety.
parent
51a5d095
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/add-log.el
lisp/add-log.el
+1
-0
No files found.
lisp/ChangeLog
View file @
dabff07c
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
...
...
lisp/add-log.el
View file @
dabff07c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment