diff options
author | Colin Walters <walters@gnu.org> | 2002-09-29 14:48:27 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-09-29 14:48:27 +0000 |
commit | 80f952a29761419867afe7c2ee5f8c8a732da4a6 (patch) | |
tree | 846047954cab1cc10c27ab72dc57605cf3e1777a /lisp/calc/calc.el | |
parent | 7c7669872b19b9e61eaa3e2196fde76f110995d0 (diff) | |
download | emacs-80f952a29761419867afe7c2ee5f8c8a732da4a6.tar.gz |
(calc-dispatch-map): Actually set to keymap.
Diffstat (limited to 'lisp/calc/calc.el')
-rw-r--r-- | lisp/calc/calc.el | 4 |
1 files changed, 2 insertions, 2 deletions
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") |