comparison lisp/calc/calc.el @ 77257:429f941a58b7

(calc-version): New function.
author Jay Belanger <jay.p.belanger@gmail.com>
date Mon, 16 Apr 2007 02:30:04 +0000
parents 8807d7eac608
children e62817ef9d31
comparison
equal deleted inserted replaced
77256:62cb849c21a0 77257:429f941a58b7
1145 (read-key-sequence nil)) 1145 (read-key-sequence nil))
1146 (use-global-map glob) 1146 (use-global-map glob)
1147 (use-local-map loc))))) 1147 (use-local-map loc)))))
1148 1148
1149 (defvar calc-alg-map) ; Defined in calc-ext.el 1149 (defvar calc-alg-map) ; Defined in calc-ext.el
1150
1151 (defun calc-version ()
1152 "Return version of this version of Calc."
1153 (interactive)
1154 (message (concat "Calc version " calc-version)))
1150 1155
1151 (defun calc-mode () 1156 (defun calc-mode ()
1152 "Calculator major mode. 1157 "Calculator major mode.
1153 1158
1154 This is an RPN calculator featuring arbitrary-precision integer, rational, 1159 This is an RPN calculator featuring arbitrary-precision integer, rational,