diff lisp/calc/calc-bin.el @ 58648:617cbf064b4b

Add a provide statement. (calc-Need-calc-bin): Remove it.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 30 Nov 2004 17:02:05 +0000
parents 1c7dfa5d5967
children 729b3756f347 f2ebccfa87d4
line wrap: on
line diff
--- a/lisp/calc/calc-bin.el	Tue Nov 30 17:01:18 2004 +0000
+++ b/lisp/calc/calc-bin.el	Tue Nov 30 17:02:05 2004 +0000
@@ -27,13 +27,10 @@
 ;;; Code:
 
 ;; This file is autoloaded from calc-ext.el.
+
 (require 'calc-ext)
-
 (require 'calc-macs)
 
-(defun calc-Need-calc-bin () nil)
-
-
 ;;; b-prefix binary commands.
 
 (defun calc-and (n)
@@ -804,6 +801,7 @@
 						       calc-number-radix))))))
 			       math-radix-float-cache))))))))
 
+(provide 'calc-bin)
 
 ;;; arch-tag: f6dba7bc-53b2-41ae-919c-c266ab0ca8b3
 ;;; calc-bin.el ends here