aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2008-08-14 18:34:41 +0000
committerJay Belanger <[email protected]>2008-08-14 18:34:41 +0000
commitf5110333d7dbbbed1f20e7ecbab86d3ab4e23920 (patch)
treed077cdb621523facb5e73227fae7deadf7b22e2f /lisp
parent77ba6df41b2d541c2088b4239fe2e7ca73a7a87a (diff)
(calc-version): Remove function.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calc/calc-stuff.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el
index e892bb2788..5ad64b2e58 100644
--- a/lisp/calc/calc-stuff.el
+++ b/lisp/calc/calc-stuff.el
@@ -155,11 +155,6 @@ With a prefix, push that prefix as a number onto the stack."
(setq calc-which-why calc-why))
(message "No explanations available"))))
-
-(defun calc-version ()
- (interactive)
- (message "Calc %s" calc-version))
-
;; The following caches are declared in other files, but are
;; reset here.
(defvar math-lud-cache) ; calc-mtx.el