+2006-09-12 Jay Belanger <belanger@truman.edu>
+
+ * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
+
2006-09-07 Ryan Yeske <rcyeske@gmail.com>
* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
(defun calc-dispatch (&optional arg)
"Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details."
(interactive "P")
- (sit-for echo-keystrokes)
+; (sit-for echo-keystrokes)
(condition-case err ; look for other keys bound to calc-dispatch
(let ((keys (this-command-keys)))
(unless (or (not (stringp keys))