aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2005-01-06 18:14:08 +0000
committerJay Belanger <[email protected]>2005-01-06 18:14:08 +0000
commitc738837928f8dc2f05c8d1cefa5c130316a1482f (patch)
treeb7157fe85901cdb018c6f413ec9c2ed56ee80864
parent8a6fd2a78da54b117d9965bce0efc209f7c589d6 (diff)
Make sure the proper macro definitions are available when compiling.
-rw-r--r--lisp/calc/calc-units.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el
index d473b02c0a..e8a3abfe95 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.