diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2008-08-14 18:34:41 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2008-08-14 18:34:41 +0000 |
commit | f5110333d7dbbbed1f20e7ecbab86d3ab4e23920 (patch) | |
tree | d077cdb621523facb5e73227fae7deadf7b22e2f /lisp/calc | |
parent | 77ba6df41b2d541c2088b4239fe2e7ca73a7a87a (diff) | |
download | emacs-f5110333d7dbbbed1f20e7ecbab86d3ab4e23920.tar.gz emacs-f5110333d7dbbbed1f20e7ecbab86d3ab4e23920.tar.bz2 emacs-f5110333d7dbbbed1f20e7ecbab86d3ab4e23920.zip |
(calc-version): Remove function.
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc-stuff.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el index e892bb27889..5ad64b2e58c 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 |