diff options
| author | Simon Leinen <simon.leinen@gmail.com> | 2012-03-24 21:23:23 +0800 |
|---|---|---|
| committer | Chong Yidong <cyd@gnu.org> | 2012-03-24 21:23:23 +0800 |
| commit | 6e7e90fa24df8bddeab77f9846d74e06f75ed9bc (patch) | |
| tree | 82af6dd112d0b466aef50aefeeece848df1a568b /lisp | |
| parent | f06e2758ba96694f76389a65f7395dbae557ba73 (diff) | |
| download | emacs-6e7e90fa24df8bddeab77f9846d74e06f75ed9bc.tar.gz | |
* vc/vc.el (vc-merge): Fix a prompt.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 |
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 @@ +2012-03-24 Simon Leinen <simon.leinen@gmail.com> + + * vc/vc.el (vc-merge): Fix a prompt. + 2012-03-24 Chong Yidong <cyd@gnu.org> * mwheel.el (mwheel-scroll): Call deactivate-mark at the right point (Bug#9623). + * button.el (button-at): Minor addition to docstring. + 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca> * 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." (setq first-revision (vc-read-revision (concat "Merge " file - "from branch or revision " + " from branch or revision " "(default news on current branch): ") (list file) backend)) |
