comparison lisp/calc/calc-units.el @ 59394:18e7205127f0

Make sure the proper macro definitions are available when compiling.
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 06 Jan 2005 18:14:08 +0000
parents 5ef7cf7f3b8f
children 1697c06499c8 cb67264d6096
comparison
equal deleted inserted replaced
59393:2c3be3dcc8e6 59394:18e7205127f0
28 28
29 ;; This file is autoloaded from calc-ext.el. 29 ;; This file is autoloaded from calc-ext.el.
30 30
31 (require 'calc-ext) 31 (require 'calc-ext)
32 (require 'calc-macs) 32 (require 'calc-macs)
33 (eval-when-compile
34 (require 'calc-alg))
33 35
34 ;;; Units operations. 36 ;;; Units operations.
35 37
36 ;;; Units table last updated 9-Jan-91 by Ulrich Mueller (ulm@vsnhd1.cern.ch) 38 ;;; Units table last updated 9-Jan-91 by Ulrich Mueller (ulm@vsnhd1.cern.ch)
37 ;;; with some additions by Przemek Klosowski (przemek@rrdstrad.nist.gov) 39 ;;; with some additions by Przemek Klosowski (przemek@rrdstrad.nist.gov)