From: Jay Belanger Date: Tue, 12 Sep 2006 17:00:40 +0000 (+0000) Subject: (calc-dispatch): Remove unnecessary `sit-for'. X-Git-Tag: emacs-pretest-22.0.90~593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9999226411db03bfefece01c637c6745d925bbe5;p=emacs.git (calc-dispatch): Remove unnecessary `sit-for'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30cf80dc2ab..17615afc37c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-09-12 Jay Belanger + + * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'. + 2006-09-07 Ryan Yeske * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from 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))