diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:27:44 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:27:44 +0000 |
commit | 7d02e8cd1f0bb2c776323ddf977acd1ab83df86a (patch) | |
tree | 89510019280f517422a88a065065f69b0f359949 /lisp/calc/calc-units.el | |
parent | 2c2198cd5eb9af963ccd1bae9c07cdceba347087 (diff) | |
download | emacs-7d02e8cd1f0bb2c776323ddf977acd1ab83df86a.tar.gz emacs-7d02e8cd1f0bb2c776323ddf977acd1ab83df86a.tar.bz2 emacs-7d02e8cd1f0bb2c776323ddf977acd1ab83df86a.zip |
Add a provide statement.
(calc-Need-calc-units): Remove it.
Diffstat (limited to 'lisp/calc/calc-units.el')
-rw-r--r-- | lisp/calc/calc-units.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 9386dae8952..d473b02c0a6 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -27,12 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(require 'calc-ext) (require 'calc-macs) -(defun calc-Need-calc-units () nil) - ;;; Units operations. ;;; Units table last updated 9-Jan-91 by Ulrich Mueller (ulm@vsnhd1.cern.ch) @@ -1343,6 +1341,8 @@ Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).") (pop-to-buffer (get-buffer "*Units Table*")) (display-buffer (get-buffer "*Units Table*"))))) +(provide 'calc-units) + ;; Local Variables: ;; coding: iso-latin-1 ;; End: |