Mercurial > emacs
changeset 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 | 7808c9a25ea8 |
children | c024d26a0a5d |
files | lisp/ChangeLog lisp/vc-hooks.el |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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