From: Lars Ingebrigtsen Date: Thu, 20 Aug 2020 15:18:46 +0000 (+0200) Subject: Fix compilation warning in vc-cvs from previous change X-Git-Tag: emacs-28.0.90~6489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b8a6ef18543cc56ed4524ac3d6a6843e818f6fb;p=emacs.git Fix compilation warning in vc-cvs from previous change * lisp/vc/vc-cvs.el (log-edit-extract-headers): Fix compilation warning. --- diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el index a2bed1ef405..fdbf44e0f13 100644 --- a/lisp/vc/vc-cvs.el +++ b/lisp/vc/vc-cvs.el @@ -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))