diff lisp/vc-hooks.el @ 93940:64ee685db81b

(vc-default-mode-line-string): Use ? for missing.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Apr 2008 20:23:11 +0000
parents f6fe1c1d8ba6
children bfc762f0b49c
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Wed Apr 09 20:04:14 2008 +0000
+++ b/lisp/vc-hooks.el	Wed Apr 09 20:23:11 2008 +0000
@@ -866,7 +866,7 @@
             (concat backend "!" rev))
            ((eq state 'missing)
             (setq state-echo "File tracked by the VC system, but missing from the file system")
-            (concat backend "^" rev))
+            (concat backend "?" rev))
 	   (t
 	    ;; Not just for the 'edited state, but also a fallback
 	    ;; for all other states.  Think about different symbols