mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
* lisp/vc/log-edit.el (log-edit-hook): Add missing :version.
This commit is contained in:
parent
3acd6262d9
commit
3f4d0f042a
@ -1,3 +1,7 @@
|
||||
2014-07-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc/log-edit.el (log-edit-hook): Add missing :version.
|
||||
|
||||
2014-07-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
|
||||
|
||||
* progmodes/python.el (python-indent-post-self-insert-function):
|
||||
|
@ -132,6 +132,8 @@ This applies when its SETUP argument is non-nil."
|
||||
log-edit-insert-changelog
|
||||
log-edit-show-files)
|
||||
"Hook run at the end of `log-edit'."
|
||||
;; Added log-edit-insert-message-template, moved log-edit-show-files.
|
||||
:version "24.4"
|
||||
:group 'log-edit
|
||||
:type '(hook :options (log-edit-insert-message-template
|
||||
log-edit-insert-cvs-rcstemplate
|
||||
|
Loading…
Reference in New Issue
Block a user