emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v
Date: Sun, 16 Nov 2008 21:02:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/16 21:02:23

Index: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.622
retrieving revision 1.623
diff -u -b -r1.622 -r1.623
--- subr.el     16 Nov 2008 21:02:05 -0000      1.622
+++ subr.el     16 Nov 2008 21:02:22 -0000      1.623
@@ -1819,7 +1819,7 @@
        (while (progn (message "%s%s"
                               prompt
                               (make-string (length pass) ?.))
-                     ;; We used to use read-char-exclusive, that that
+                     ;; We used to use read-char-exclusive, but that
                      ;; gives funny behavior when the user presses,
                      ;; e.g., the arrow keys.
                      (setq c (read-event nil t))




reply via email to

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