From: Jay Belanger Date: Thu, 14 Aug 2008 18:34:41 +0000 (+0000) Subject: (calc-version): Remove function. X-Git-Tag: emacs-pretest-23.0.90~3493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5110333d7dbbbed1f20e7ecbab86d3ab4e23920;p=emacs.git (calc-version): Remove function. --- 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