Implement vc-default-dir-extra-headers for vc-rcs
Add a do-nothing implementation for vc-rcs to suppress the message which the default function adds to the vc-dir buffer (Bug#28570). * lisp/vc/vc-rcs.el (vc-rcs-dir-extra-headers): New function.
This commit is contained in:
parent
22adeca42a
commit
5b6e59cfdb
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ For a description of possible values, see `vc-check-master-templates'."
|
|||
(push (list frel state) result))))
|
||||
(funcall update-function result)))
|
||||
|
||||
(defun vc-rcs-dir-extra-headers (&rest _ignore))
|
||||
|
||||
(defun vc-rcs-working-revision (file)
|
||||
"RCS-specific version of `vc-working-revision'."
|
||||
(or (and vc-consult-headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue