diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-06 18:14:08 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-06 18:14:08 +0000 |
commit | c738837928f8dc2f05c8d1cefa5c130316a1482f (patch) | |
tree | b7157fe85901cdb018c6f413ec9c2ed56ee80864 /lisp/calc/calc-units.el | |
parent | 8a6fd2a78da54b117d9965bce0efc209f7c589d6 (diff) | |
download | emacs-c738837928f8dc2f05c8d1cefa5c130316a1482f.tar.gz |
Make sure the proper macro definitions are available when compiling.
Diffstat (limited to 'lisp/calc/calc-units.el')
-rw-r--r-- | lisp/calc/calc-units.el | 2 |
1 files changed, 2 insertions, 0 deletions
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. |