projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b28c37
)
; Silence byte-compiler in benchmark.el
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 7 Oct 2022 21:14:52 +0000
(23:14 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 7 Oct 2022 21:15:13 +0000
(23:15 +0200)
* lisp/emacs-lisp/benchmark.el (cl-lib): Require.
lisp/emacs-lisp/benchmark.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/benchmark.el
b/lisp/emacs-lisp/benchmark.el
index 47bc3a45245dbba454c0c2520f6b5d1287746341..4bf61abe54c0eed931d3d6cea78ae4d8f742dce9 100644
(file)
--- 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)