projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a767c
)
* lisp/calculator.el (cl-lib): Require at run-time as well.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 12 Dec 2019 01:18:49 +0000
(20:18 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 12 Dec 2019 01:18:49 +0000
(20:18 -0500)
Needed since we pass the `cl-flet` macro to `eval` in `calculator-funcall`.
lisp/calculator.el
patch
|
blob
|
history
diff --git
a/lisp/calculator.el
b/lisp/calculator.el
index 6c07ee2225d11ed4f61305e892b62be69659be6d..008220ced26e275140afb87ac6c5e7c175ee8e02 100644
(file)
--- a/
lisp/calculator.el
+++ b/
lisp/calculator.el
@@
-240,7
+240,7
@@
Examples:
;;;=====================================================================
;;; Code:
-(
eval-when-compile (require 'cl-lib)
)
+(
require 'cl-lib
)
;;;---------------------------------------------------------------------
;;; Variables