summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/benchmark.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-07 23:14:52 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-07 23:15:13 +0200
commit89ccf78db2f3515611b163aae5756199fbcbdf52 (patch)
tree6fea09ce723aa7d7a139cff30613452e46495aa3 /lisp/emacs-lisp/benchmark.el
parent5b28c3784f2b5f14a3c2a0b4d2d0045be26193ba (diff)
downloademacs-89ccf78db2f3515611b163aae5756199fbcbdf52.tar.gz
emacs-89ccf78db2f3515611b163aae5756199fbcbdf52.tar.bz2
emacs-89ccf78db2f3515611b163aae5756199fbcbdf52.zip
; Silence byte-compiler in benchmark.el
* lisp/emacs-lisp/benchmark.el (cl-lib): Require.
Diffstat (limited to 'lisp/emacs-lisp/benchmark.el')
-rw-r--r--lisp/emacs-lisp/benchmark.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/benchmark.el b/lisp/emacs-lisp/benchmark.el
index 47bc3a45245..4bf61abe54c 100644
--- a/lisp/emacs-lisp/benchmark.el
+++ b/lisp/emacs-lisp/benchmark.el
@@ -31,6 +31,7 @@
;;; Code:
+(require 'cl-lib)
(eval-when-compile (require 'subr-x)) ;For `named-let'.
(defmacro benchmark-elapse (&rest forms)