comparison lisp/calc/calc.el @ 62836:4b90639651ef

(calc-alg-map): Declare it.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 28 May 2005 04:41:46 +0000
parents bb4c78051de0
children 321a0876ac0b
comparison
equal deleted inserted replaced
62835:6dcbf1f1fd92 62836:4b90639651ef
1051 (use-local-map nil) 1051 (use-local-map nil)
1052 (read-key-sequence nil)) 1052 (read-key-sequence nil))
1053 (use-global-map glob) 1053 (use-global-map glob)
1054 (use-local-map loc))))) 1054 (use-local-map loc)))))
1055 1055
1056 1056 (defvar calc-alg-map) ; Defined in calc-ext.el
1057 1057
1058 (defun calc-mode () 1058 (defun calc-mode ()
1059 "Calculator major mode. 1059 "Calculator major mode.
1060 1060
1061 This is an RPN calculator featuring arbitrary-precision integer, rational, 1061 This is an RPN calculator featuring arbitrary-precision integer, rational,