1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix compilation warning in vc-cvs from previous change

* lisp/vc/vc-cvs.el (log-edit-extract-headers): Fix compilation
warning.
This commit is contained in:
Lars Ingebrigtsen 2020-08-20 17:18:46 +02:00
parent ea8ead6a8b
commit 3b8a6ef185

View File

@ -337,6 +337,8 @@ its parents."
(directory-file-name dir))))
(eq dir t)))
(declare-function log-edit-extract-headers "log-edit" (headers string))
(defun vc-cvs-checkin (files comment &optional rev)
"CVS-specific version of `vc-backend-checkin'."
(unless (or (not rev) (vc-cvs-valid-revision-number-p rev))