From c738837928f8dc2f05c8d1cefa5c130316a1482f Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Thu, 6 Jan 2005 18:14:08 +0000 Subject: [PATCH] Make sure the proper macro definitions are available when compiling. --- lisp/calc/calc-units.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index d473b02c0a6..e8a3abfe958 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -30,6 +30,8 @@ (require 'calc-ext) (require 'calc-macs) +(eval-when-compile + (require 'calc-alg)) ;;; Units operations. -- 2.39.5