changeset 47682:7932474eac63

(calc-dispatch-map): Actually set to keymap.
author Colin Walters <walters@gnu.org>
date Sun, 29 Sep 2002 14:48:27 +0000
parents fe361802c56d
children 9597eaa105a1
files lisp/calc/calc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc.el	Sun Sep 29 14:47:24 2002 +0000
+++ b/lisp/calc/calc.el	Sun Sep 29 14:48:27 2002 +0000
@@ -830,8 +830,8 @@
 	       ( ?_ . 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")