emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115265: * lisp/vc/vc-dispatcher.el (vc-log-edit): S


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r115265: * lisp/vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
Date: Thu, 28 Nov 2013 01:49:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115265
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Wed 2013-11-27 20:49:25 -0500
message:
  * lisp/vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/vc/vc-dispatcher.el       
vcdispatcher.el-20091113204419-o5vbwnq5f7feedwu-8662
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-27 18:25:44 +0000
+++ b/lisp/ChangeLog    2013-11-28 01:49:25 +0000
@@ -1,3 +1,7 @@
+2013-11-28  Stefan Monnier  <address@hidden>
+
+       * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
+
 2013-11-27  Glenn Morris  <address@hidden>
 
        * international/charprop.el, international/uni-bidi.el:

=== modified file 'lisp/vc/vc-dispatcher.el'
--- a/lisp/vc/vc-dispatcher.el  2013-09-12 06:58:57 +0000
+++ b/lisp/vc/vc-dispatcher.el  2013-11-28 01:49:25 +0000
@@ -596,7 +596,7 @@
   (setq default-directory
        (buffer-local-value 'default-directory vc-parent-buffer))
   (log-edit 'vc-finish-logentry
-           nil
+           t
            `((log-edit-listfun . (lambda ()
                                     ;; FIXME: Should expand the list
                                     ;; for directories.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]