unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* lisp/vc/vc.el (vc-merge): missing space in prompt
@ 2012-03-24 12:45 Simon Leinen
  2012-03-24 12:46 ` Simon Leinen
  2012-03-24 13:23 ` Chong Yidong
  0 siblings, 2 replies; 5+ messages in thread
From: Simon Leinen @ 2012-03-24 12:45 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

Using the current pretest 24.0.94, I noticed that when vc-merge prompts me
for the branch or revision to merge, the message misses a space after the
filename, e.g.

    Merge /home/leinen/cl/fluxoscope/snmp-get-info.lispfrom branch or
revision (default news on current branch):

Here's the one-character fix.  Hopefully Gmail doesn't break the patch,
otherwise I can resend it as an attachment.
-- 
Simon.

=== modified file 'lisp/ChangeLog'
--- lisp/ChangeLog 2012-03-23 02:46:31 +0000
+++ lisp/ChangeLog 2012-03-24 10:44:48 +0000
@@ -1,3 +1,8 @@
+2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
+
+ * vc/vc.el (vc-merge): Added missing space to the message that
+ asks for the first branch/revision.
+
 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>

  * newcomment.el (comment-choose-indent): No space after BOL.

=== modified file 'lisp/vc/vc.el'
--- lisp/vc/vc.el 2012-02-09 06:25:18 +0000
+++ lisp/vc/vc.el 2012-03-24 10:37:02 +0000
@@ -1922,7 +1922,7 @@
   (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))

[-- Attachment #2: Type: text/html, Size: 2631 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-24 15:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-24 12:45 lisp/vc/vc.el (vc-merge): missing space in prompt Simon Leinen
2012-03-24 12:46 ` Simon Leinen
2012-03-24 13:07   ` Deniz Dogan
2012-03-24 15:42     ` Simon Leinen
2012-03-24 13:23 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).