From d63d647c11ecd5272074b0a2ce92872d0e0abc27 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 14 Jan 2022 07:10:26 +0100 Subject: [PATCH] Fix byte-compilation warning in pcvs-info * lisp/vc/pcvs-info.el (cvs-mode-toggle-mark): Fix byte-compilation warning. --- lisp/vc/pcvs-info.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/vc/pcvs-info.el b/lisp/vc/pcvs-info.el index 141854a6362..341fa243cfa 100644 --- a/lisp/vc/pcvs-info.el +++ b/lisp/vc/pcvs-info.el @@ -130,6 +130,8 @@ to confuse some users sometimes." (defvar cvs-bakprefix ".#" "The prefix that CVS prepends to files when rcsmerge'ing.") +(autoload 'cvs-mode-toggle-mark "pcvs") + (defvar-keymap cvs-status-map :doc "Local keymap for text properties of status." "" #'cvs-mode-toggle-mark) -- 2.39.2