(vc-default-mode-line-string): Use ? for missing.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Apr 2008 20:23:11 +0000 (20:23 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Apr 2008 20:23:11 +0000 (20:23 +0000)
lisp/ChangeLog
lisp/vc-hooks.el

index d256a40..a54975f 100644 (file)
@@ -1,12 +1,12 @@
 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-find-file-name-coding-system-alist): New
-       defun.
-       (tramp-handle-insert-file-contents, tramp-handle-write-region):
-       Use it.
+       * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
+       (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
 
 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
+
        * minibuffer.el (minibuffer): Move group from cus-edit.el.
        (completion-auto-help): Move from C code.
        (minibuffer--maybe-completion-help): Remove.
index 05adcd5..674d906 100644 (file)
@@ -866,7 +866,7 @@ This function assumes that the file is registered."
             (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