aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Leinen2012-03-24 21:23:23 +0800
committerChong Yidong2012-03-24 21:23:23 +0800
commit6e7e90fa24df8bddeab77f9846d74e06f75ed9bc (patch)
tree82af6dd112d0b466aef50aefeeece848df1a568b
parentf06e2758ba96694f76389a65f7395dbae557ba73 (diff)
downloademacs-6e7e90fa24df8bddeab77f9846d74e06f75ed9bc.tar.gz
emacs-6e7e90fa24df8bddeab77f9846d74e06f75ed9bc.zip
* vc/vc.el (vc-merge): Fix a prompt.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/vc/vc.el2
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36dd6fc8a3f..04aa0afb690 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,14 @@
12012-03-24 Simon Leinen <simon.leinen@gmail.com>
2
3 * vc/vc.el (vc-merge): Fix a prompt.
4
12012-03-24 Chong Yidong <cyd@gnu.org> 52012-03-24 Chong Yidong <cyd@gnu.org>
2 6
3 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right 7 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4 point (Bug#9623). 8 point (Bug#9623).
5 9
10 * button.el (button-at): Minor addition to docstring.
11
62012-03-23 Stefan Monnier <monnier@iro.umontreal.ca> 122012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7 13
8 * newcomment.el (comment-choose-indent): No space after BOL. 14 * newcomment.el (comment-choose-indent): No space after BOL.
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index e1141cb392d..4cbbf47c2d6 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -1922,7 +1922,7 @@ changes from the current branch."
1922 (setq first-revision 1922 (setq first-revision
1923 (vc-read-revision 1923 (vc-read-revision
1924 (concat "Merge " file 1924 (concat "Merge " file
1925 "from branch or revision " 1925 " from branch or revision "
1926 "(default news on current branch): ") 1926 "(default news on current branch): ")
1927 (list file) 1927 (list file)
1928 backend)) 1928 backend))