emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a8b6281: * lisp/calculator.el (cl-lib): Require at run-time as we


From: Stefan Monnier
Subject: master a8b6281: * lisp/calculator.el (cl-lib): Require at run-time as well.
Date: Wed, 11 Dec 2019 20:18:55 -0500 (EST)

branch: master
commit a8b628107b93fa02b3812d13a4a70afb94dbc6f7
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/calculator.el (cl-lib): Require at run-time as well.
    
    Needed since we pass the `cl-flet` macro to `eval` in `calculator-funcall`.
---
 lisp/calculator.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calculator.el b/lisp/calculator.el
index 6c07ee2..008220c 100644
--- a/lisp/calculator.el
+++ b/lisp/calculator.el
@@ -240,7 +240,7 @@ Examples:
 ;;;=====================================================================
 ;;; Code:
 
-(eval-when-compile (require 'cl-lib))
+(require 'cl-lib)
 
 ;;;---------------------------------------------------------------------
 ;;; Variables



reply via email to

[Prev in Thread] Current Thread [Next in Thread]