diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2019-12-30 15:24:13 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2019-12-30 21:02:10 +0100 |
commit | 9b6872b4e4fa782d9df313ab771c23ad1e7f8eff (patch) | |
tree | 7ff46127813161cc0954557eed77071efb7bfef8 /test/lisp/calc | |
parent | 957cdca6f0dd203547277ad1d11ecda9dce82b06 (diff) | |
download | emacs-9b6872b4e4fa782d9df313ab771c23ad1e7f8eff.tar.gz |
; * test/lisp/calc/calc-tests.el: Fix warnings
Diffstat (limited to 'test/lisp/calc')
-rw-r--r-- | test/lisp/calc/calc-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el index 33e6b14827f..f85f8da5434 100644 --- a/test/lisp/calc/calc-tests.el +++ b/test/lisp/calc/calc-tests.el @@ -29,6 +29,7 @@ (require 'calc) (require 'calc-ext) (require 'calc-units) +(require 'calc-forms) ;; XXX The order in which calc libraries (in particular calc-units) ;; are loaded influences whether a calc integer in an expression |