mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
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
@ -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…
Reference in New Issue
Block a user