]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-default-prettify-state-info): Fix formatting of an
authorAndreas Schwab <schwab@suse.de>
Mon, 26 May 2008 12:08:23 +0000 (12:08 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 26 May 2008 12:08:23 +0000 (12:08 +0000)
unknown state.

lisp/ChangeLog
lisp/vc.el

index d4ced9ceea36b1e8e9694e4cb81bc7aff52d27f1..fe4d01360b7a84bef86e4ff53ac0be3eb1bebc23 100644 (file)
@@ -1,5 +1,8 @@
 2008-05-26  Andreas Schwab  <schwab@suse.de>
 
+       * vc.el (vc-default-prettify-state-info): Fix formatting of an
+       unknown state.
+
        * tar-mode.el (tar-summarize-buffer): Comment fix.
 
 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
index f5e332cd782c3bb6f66fe9323beaf9b9f1ba52ad..ef4aa2b7a052ef3cbdb75c157590318fdd20eaad 100644 (file)
@@ -2670,7 +2670,7 @@ to provide the `find-revision' operation instead."
           ((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