]> git.eshelyaron.com Git - emacs.git/commitdiff
Require cl-lib at runtime in vc-hg
authorGöktuğ Kayaalp <self@gkayaalp.com>
Thu, 4 May 2017 12:46:13 +0000 (15:46 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 4 May 2017 12:46:51 +0000 (15:46 +0300)
* lisp/vc/vc-hg.el: Require cl-lib at runtime as well (bug#26609).

lisp/vc/vc-hg.el

index 5348341950151f8fe1878a5c8fcaf77e763d543e..37ea928a9c2830a60486f070da568a8158358226 100644 (file)
 ;;; 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