]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-dispatch-map): Actually set to keymap.
authorColin Walters <walters@gnu.org>
Sun, 29 Sep 2002 14:48:27 +0000 (14:48 +0000)
committerColin Walters <walters@gnu.org>
Sun, 29 Sep 2002 14:48:27 +0000 (14:48 +0000)
lisp/calc/calc.el

index 9f8c212bb48c025e9bfa4be57516b53f1ef741cb..99d8b90dd89fdff5cb71d2f5c154949daca4adb5 100644 (file)
@@ -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")