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
a7200025
Commit
a7200025
authored
Nov 04, 2008
by
Dan Nicolaescu
Browse files
(vc-dir-headers): Undo previous change.
parent
3dcde186
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc-dir.el
lisp/vc-dir.el
+5
-2
No files found.
lisp/ChangeLog
View file @
a7200025
2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (vc-dir-headers): Undo previous change.
2008-11-04 Nick Roberts <nickrob@snap.net.nz>
* vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
...
...
lisp/vc-dir.el
View file @
a7200025
...
...
@@ -929,11 +929,14 @@ commands act on the files in those directories displayed in the
It
calls
the
`
dir-extra-headers
'
backend
method
to
display
backend
specific
headers.
"
(concat
(vc-call-backend backend 'dir-extra-
headers
dir)
;; First layout the common
headers
.
(propertize "
VC
backend
:
" 'face 'font-lock-type-face)
(propertize (format "
%s\n
" backend) 'face 'font-lock-variable-name-face)
(propertize "
Working
dir:
" 'face 'font-lock-type-face)
(propertize (format "
%s\n
" dir) 'face 'font-lock-variable-name-face)))
(propertize (format "
%s\n
" dir) 'face 'font-lock-variable-name-face)
;; Then the backend specific ones.
(vc-call-backend backend 'dir-extra-headers dir)
"
\n
"))
(defun vc-dir-refresh-files (files default-state)
"
Refresh
some
files
in
the
*VC-dir*
buffer.
"
...
...
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