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:
parent
ea8ead6a8b
commit
3b8a6ef185
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user