From f8959cd59e1f9ba5b6752d3d76f042c89553c7a3 Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Fri, 14 Jul 2017 14:48:37 +0100 Subject: [PATCH] org-test: add missing require for cl.el --- testing/org-test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/org-test.el b/testing/org-test.el index 844178e5a..7897e07e5 100644 --- a/testing/org-test.el +++ b/testing/org-test.el @@ -58,6 +58,7 @@ (cons (expand-file-name "jump" org-test-dir) load-path)))) (require 'cl-lib) + (require 'cl) (require 'ert) (require 'ert-x) (when (file-exists-p (expand-file-name "jump/jump.el" org-test-dir)) -- 2.11.0 (Apple Git-81)