emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: D. Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Thu, 06 Dec 2007 17:56:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 17:56:42

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.488
retrieving revision 1.489
diff -u -b -r1.488 -r1.489
--- vc.el       1 Dec 2007 19:37:17 -0000       1.488
+++ vc.el       6 Dec 2007 17:56:42 -0000       1.489
@@ -2619,10 +2619,10 @@
        (vc-checkout file nil "")
       (if (eq (vc-checkout-model file) 'locking)
          (if (eq (vc-state file) 'edited)
-             (error
+             (error "%s"
               (substitute-command-keys
                "File is locked--type \\[vc-revert] to discard changes"))
-           (error
+           (error "%s"
             (substitute-command-keys
              "Unexpected file state (%s)--type \\[vc-next-action] to correct")
             (vc-state file)))




reply via email to

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