mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(vc-cvs-status-extra-headers): Use full directory name when reporting
the module.
This commit is contained in:
parent
ddf59b5f58
commit
7f5cd5548e
1 changed files with 2 additions and 2 deletions
|
|
@ -1000,8 +1000,8 @@ state."
|
|||
(with-temp-buffer
|
||||
(insert-file-contents "CVS/Repository")
|
||||
(goto-char (point-min))
|
||||
(re-search-forward "[^/\n]*" nil t)
|
||||
(concat (match-string 0) "\n"))
|
||||
(skip-chars-forward "^\n")
|
||||
(concat (buffer-substring (point-min) (point)) "\n"))
|
||||
(file-error nil))))
|
||||
(concat
|
||||
(cond (module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue