diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calculator.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calculator.el b/lisp/calculator.el index 6c07ee2225d..008220ced26 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 |