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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 26 May 2008 12:08:24 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/05/26 12:08:23

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.674
retrieving revision 1.675
diff -u -b -r1.674 -r1.675
--- vc.el       23 May 2008 21:38:32 -0000      1.674
+++ vc.el       26 May 2008 12:08:23 -0000      1.675
@@ -2670,7 +2670,7 @@
           ((eq state 'ignored) "(ignored)")
           ((eq state 'unregistered) "(unregistered)")
          ((eq state 'unlocked-changes) "(stale)")
-         (t (concat "(unknown:" state ")"))))
+         (t (format "(unknown:%s)" state))))
        (buffer
         (get-file-buffer file))
        (modflag




reply via email to

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