comparison lisp/calc/calc-stuff.el @ 97464:f8626facae0e

(calc-version): Remove function.
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 14 Aug 2008 18:34:41 +0000
parents 6c9af2bfcfee
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
97463:c28e1ae0ccfa 97464:f8626facae0e
153 (progn 153 (progn
154 (message "(No further explanations available)") 154 (message "(No further explanations available)")
155 (setq calc-which-why calc-why)) 155 (setq calc-which-why calc-why))
156 (message "No explanations available")))) 156 (message "No explanations available"))))
157 157
158
159 (defun calc-version ()
160 (interactive)
161 (message "Calc %s" calc-version))
162
163 ;; The following caches are declared in other files, but are 158 ;; The following caches are declared in other files, but are
164 ;; reset here. 159 ;; reset here.
165 (defvar math-lud-cache) ; calc-mtx.el 160 (defvar math-lud-cache) ; calc-mtx.el
166 (defvar math-log2-cache) ; calc-bin.el 161 (defvar math-log2-cache) ; calc-bin.el
167 (defvar math-radix-digits-cache) ; calc-bin.el 162 (defvar math-radix-digits-cache) ; calc-bin.el