emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el,v
Date: Tue, 12 Sep 2006 16:58:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      06/09/12 16:58:31

Index: calc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc.el,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- calc.el     20 Jul 2006 20:22:18 -0000      1.71
+++ calc.el     12 Sep 2006 16:58:31 -0000      1.72
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]