Mercurial > emacs
changeset 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 | e655efbeebac |
children | 8e22992b0894 |
files | lisp/calc/calc-bin.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
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