aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2019-12-30 15:24:13 +0100
committerMattias EngdegÄrd2019-12-30 21:02:10 +0100
commit9b6872b4e4fa782d9df313ab771c23ad1e7f8eff (patch)
tree7ff46127813161cc0954557eed77071efb7bfef8
parent957cdca6f0dd203547277ad1d11ecda9dce82b06 (diff)
downloademacs-9b6872b4e4fa782d9df313ab771c23ad1e7f8eff.tar.gz
emacs-9b6872b4e4fa782d9df313ab771c23ad1e7f8eff.zip
; * test/lisp/calc/calc-tests.el: Fix warnings
-rw-r--r--test/lisp/calc/calc-tests.el1
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 @@
29(require 'calc) 29(require 'calc)
30(require 'calc-ext) 30(require 'calc-ext)
31(require 'calc-units) 31(require 'calc-units)
32(require 'calc-forms)
32 33
33;; XXX The order in which calc libraries (in particular calc-units) 34;; XXX The order in which calc libraries (in particular calc-units)
34;; are loaded influences whether a calc integer in an expression 35;; are loaded influences whether a calc integer in an expression