From 4a3e3922523b1c4b4837a75ffaa5665043fc0102 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6ktu=C4=9F=20Kayaalp?= Date: Thu, 4 May 2017 15:46:13 +0300 Subject: [PATCH] Require cl-lib at runtime in vc-hg * lisp/vc/vc-hg.el: Require cl-lib at runtime as well (bug#26609). --- lisp/vc/vc-hg.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index 53483419501..37ea928a9c2 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el @@ -102,10 +102,11 @@ ;;; Code: (eval-when-compile - (require 'cl-lib) (require 'vc) (require 'vc-dir)) +(require 'cl-lib) + (declare-function vc-compilation-mode "vc-dispatcher" (backend)) ;;; Customization options -- 2.39.5