From 5bad314022cf58cdfcebd29d63ff15a5e68b2c9e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 9 Apr 2008 20:23:11 +0000 Subject: [PATCH] (vc-default-mode-line-string): Use ? for missing. --- lisp/ChangeLog | 8 ++++---- lisp/vc-hooks.el | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d256a4043db..a54975f5586 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,12 @@ 2008-04-09 Michael Albinus - * 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 + * 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. diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 05adcd5c6aa..674d906840d 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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 -- 2.39.5