diff options
| -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: | |||
| 240 | ;;;===================================================================== | 240 | ;;;===================================================================== |
| 241 | ;;; Code: | 241 | ;;; Code: |
| 242 | 242 | ||
| 243 | (eval-when-compile (require 'cl-lib)) | 243 | (require 'cl-lib) |
| 244 | 244 | ||
| 245 | ;;;--------------------------------------------------------------------- | 245 | ;;;--------------------------------------------------------------------- |
| 246 | ;;; Variables | 246 | ;;; Variables |