From 9b6872b4e4fa782d9df313ab771c23ad1e7f8eff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 30 Dec 2019 15:24:13 +0100 Subject: [PATCH] ; * test/lisp/calc/calc-tests.el: Fix warnings --- test/lisp/calc/calc-tests.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2