summaryrefslogtreecommitdiff
path: root/lisp/calc/calc.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2006-09-12 17:00:40 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2006-09-12 17:00:40 +0000
commit9999226411db03bfefece01c637c6745d925bbe5 (patch)
tree9daf83e29dcfd656d80b2086711ec7f21cbcd618 /lisp/calc/calc.el
parent673212dbc67de0a075d53b7ec0140a0aed31d9a5 (diff)
downloademacs-9999226411db03bfefece01c637c6745d925bbe5.tar.gz
(calc-dispatch): Remove unnecessary `sit-for'.
Diffstat (limited to 'lisp/calc/calc.el')
-rw-r--r--lisp/calc/calc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index bbb80bebc1d..35b7c19cf1a 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -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))