Mercurial > emacs
changeset 72838:33d86144989f
(calc-dispatch): Remove unnecessary `sit-for'.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 12 Sep 2006 16:58:31 +0000 |
parents | 3f39d6fe4928 |
children | c43bd0964079 |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Tue Sep 12 16:49:26 2006 +0000 +++ b/lisp/calc/calc.el Tue Sep 12 16:58:31 2006 +0000 @@ -1101,7 +1101,7 @@ (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))