From: Jay Belanger Date: Thu, 6 Jan 2005 18:14:08 +0000 (+0000) Subject: Make sure the proper macro definitions are available when compiling. X-Git-Tag: ttn-vms-21-2-B4~2890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c738837928f8dc2f05c8d1cefa5c130316a1482f;p=emacs.git Make sure the proper macro definitions are available when compiling. --- 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.