emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4a3e392: Require cl-lib at runtime in vc-hg


From: Dmitry Gutov
Subject: [Emacs-diffs] master 4a3e392: Require cl-lib at runtime in vc-hg
Date: Thu, 4 May 2017 08:47:02 -0400 (EDT)

branch: master
commit 4a3e3922523b1c4b4837a75ffaa5665043fc0102
Author: Göktuğ Kayaalp <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 5348341..37ea928 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]