(calc-dispatch): Remove unnecessary `sit-for'.

This commit is contained in:
Jay Belanger 2006-09-12 17:00:40 +00:00
parent 673212dbc6
commit 9999226411
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -1101,7 +1101,7 @@ If nil, selections displayed but ignored.")
(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))