From 80f952a29761419867afe7c2ee5f8c8a732da4a6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 29 Sep 2002 14:48:27 +0000 Subject: [PATCH] (calc-dispatch-map): Actually set to keymap. --- lisp/calc/calc.el | 4 ++-- 1 file 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") -- 2.39.2