# HG changeset patch # User Jay Belanger # Date 1105035248 0 # Node ID 18e7205127f010cf981abd3711b53f2b18b34db4 # Parent 2c3be3dcc8e6b82ce0d2361c3cd0ba5c74bec7bc Make sure the proper macro definitions are available when compiling. diff -r 2c3be3dcc8e6 -r 18e7205127f0 lisp/calc/calc-units.el --- a/lisp/calc/calc-units.el Thu Jan 06 17:47:18 2005 +0000 +++ b/lisp/calc/calc-units.el Thu Jan 06 18:14:08 2005 +0000 @@ -30,6 +30,8 @@ (require 'calc-ext) (require 'calc-macs) +(eval-when-compile + (require 'calc-alg)) ;;; Units operations.