From fb9ec5ef1898ab3e29fb5131f54dcf51971d6235 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:02:05 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-bin): Remove it. --- lisp/calc/calc-bin.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el index 0e04d966ee1..e960220c09b 100644 --- a/lisp/calc/calc-bin.el +++ b/lisp/calc/calc-bin.el @@ -27,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(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 -- 2.39.2