emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103574: * lisp/vc/vc.el (vc-next-act


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103574: * lisp/vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
Date: Mon, 07 Mar 2011 00:39:43 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103574
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-03-07 00:39:43 -0800
message:
  * lisp/vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
modified:
  lisp/ChangeLog
  lisp/vc/vc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-07 07:48:32 +0000
+++ b/lisp/ChangeLog    2011-03-07 08:39:43 +0000
@@ -1,3 +1,7 @@
+2011-03-07  Glenn Morris  <address@hidden>
+
+       * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
+
 2011-03-07  Ed Reingold  <address@hidden>
 
        * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2011-03-05 21:56:00 +0000
+++ b/lisp/vc/vc.el     2011-03-07 08:39:43 +0000
@@ -1115,7 +1115,7 @@
        (dolist (file files)
          (unless (file-writable-p file)
            ;; Make the file+buffer read-write.
-           (unless (y-or-n-p (format "%s is edited but read-only; make it 
writable and continue?" file))
+           (unless (y-or-n-p (format "%s is edited but read-only; make it 
writable and continue? " file))
              (error "Aborted"))
            (set-file-modes file (logior (file-modes file) 128))
            (let ((visited (get-file-buffer file)))


reply via email to

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