Mercurial > emacs
changeset 58677:5ef7cf7f3b8f
Add a provide statement.
(calc-Need-calc-units): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:27:44 +0000 |
parents | a19f1d75f7d5 |
children | 0f17749c4df5 |
files | lisp/calc/calc-units.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-units.el Tue Nov 30 17:26:56 2004 +0000 +++ b/lisp/calc/calc-units.el Tue Nov 30 17:27:44 2004 +0000 @@ -27,12 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (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 @@ (pop-to-buffer (get-buffer "*Units Table*")) (display-buffer (get-buffer "*Units Table*"))))) +(provide 'calc-units) + ;; Local Variables: ;; coding: iso-latin-1 ;; End: