# HG changeset patch # User Stefan Monnier # Date 1207772591 0 # Node ID 64ee685db81b5b5566a6c41ec0ef5568c594a26b # Parent 7808c9a25ea8d5ed621be0a03f17714e73fea7e4 (vc-default-mode-line-string): Use ? for missing. diff -r 7808c9a25ea8 -r 64ee685db81b lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 09 20:04:14 2008 +0000 +++ b/lisp/ChangeLog Wed Apr 09 20:23:11 2008 +0000 @@ -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 -r 7808c9a25ea8 -r 64ee685db81b lisp/vc-hooks.el --- 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