1
Fork 0
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:
Chong Yidong 2008-10-25 20:59:38 +00:00
parent ddf59b5f58
commit 7f5cd5548e

View file

@ -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