Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5bad3140
Commit
5bad3140
authored
Apr 09, 2008
by
Stefan Monnier
Browse files
(vc-default-mode-line-string): Use ? for missing.
parent
eb562962
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-4
lisp/vc-hooks.el
lisp/vc-hooks.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5bad3140
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.
...
...
lisp/vc-hooks.el
View file @
5bad3140
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment