From: Colin Walters Date: Sun, 29 Sep 2002 14:48:27 +0000 (+0000) Subject: (calc-dispatch-map): Actually set to keymap. X-Git-Tag: ttn-vms-21-2-B4~13002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80f952a29761419867afe7c2ee5f8c8a732da4a6;p=emacs.git (calc-dispatch-map): Actually set to keymap. --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 9f8c212bb48..99d8b90dd89 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -830,8 +830,8 @@ scientific notation in calc-mode.") ( ?_ . calc-grab-sum-across ) ( ?0 . calc-reset ) ( ?# . calc-same-interface ) - ( ?? . calc-dispatch-help ) ))) - map) + ( ?? . calc-dispatch-help ) )) + map)) (autoload 'calc-extensions "calc-ext") (autoload 'calc-need-macros "calc-macs")