summaryrefslogtreecommitdiff
path: root/lisp/pcvs.el
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-08-13 17:05:12 +0000
committerRomain Francoise <romain@orebokech.com>2006-08-13 17:05:12 +0000
commite1a2960c0722989a844750468f748fca71bc65da (patch)
tree91ac89aa27649d8e6e07009d673516df8b804af9 /lisp/pcvs.el
parent43db7b94c9f8fbb48c444149c47cc9e9fd1fe8d2 (diff)
* cus-theme.el (customize-create-theme)
(custom-theme-visit-theme): End `y-or-n-p' prompt with a space. * filesets.el (filesets-add-buffer): Ditto. * pcvs.el (cvs-change-cvsroot): Ditto.
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r--lisp/pcvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el
index 89aeef53b80..a9105227bfd 100644
--- a/lisp/pcvs.el
+++ b/lisp/pcvs.el
@@ -2287,7 +2287,7 @@ this file, or a list of arguments to send to the program."
(interactive "DNew repository: ")
(if (or (file-directory-p (expand-file-name "CVSROOT" newroot))
(y-or-n-p (concat "Warning: no CVSROOT found inside repository."
- " Change cvs-cvsroot anyhow?")))
+ " Change cvs-cvsroot anyhow? ")))
(setq cvs-cvsroot newroot)))
;;;;