; Silence byte-compiler in benchmark.el

* lisp/emacs-lisp/benchmark.el (cl-lib): Require.
This commit is contained in:
Stefan Kangas 2022-10-07 23:14:52 +02:00
parent 5b28c3784f
commit 89ccf78db2

View file

@ -31,6 +31,7 @@
;;; Code:
(require 'cl-lib)
(eval-when-compile (require 'subr-x)) ;For `named-let'.
(defmacro benchmark-elapse (&rest forms)