emacs-diffs
[Top][All Lists]
Advanced

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

master 7c3ec4e 3/5: Merge from origin/emacs-27


From: Glenn Morris
Subject: master 7c3ec4e 3/5: Merge from origin/emacs-27
Date: Fri, 12 Mar 2021 11:47:52 -0500 (EST)

branch: master
commit 7c3ec4ef35de78e99c6e97ec9e1ac7666a9c4d67
Merge: a49b2aa fc83f37
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    Merge from origin/emacs-27
    
    fc83f37951 Fix initialization of 'while-no-input-ignore-events'
    8f603da44c Update documentation of reading passwords
---
 doc/emacs/mini.texi | 3 ++-
 src/keyboard.c      | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index f81e64b..9c1b975 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -800,6 +800,7 @@ can re-execute a command by calling @code{eval} with the
 
 @node Passwords
 @section Entering passwords
+@cindex entering passwords
 
 Sometimes, you may need to enter a password into Emacs.  For instance,
 when you tell Emacs to visit a file on another machine via a network
@@ -810,7 +811,7 @@ access to the machine (@pxref{Remote Files}).
 displays a prompt in the echo area (such as @samp{Password: }); after
 you type the required password, press @key{RET} to submit it.  To
 prevent others from seeing your password, every character you type is
-displayed as a dot (@samp{.}) instead of its usual form.
+displayed as an asterisk (@samp{*}) instead of its usual form.
 
   Most of the features and commands associated with the minibuffer
 @emph{cannot} be used when entering a password.  There is no history
diff --git a/src/keyboard.c b/src/keyboard.c
index 9ee4c4f..e3fc6ad 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12380,8 +12380,6 @@ syms_of_keyboard_for_pdumper (void)
   eassert (initial_kboard == NULL);
   initial_kboard = allocate_kboard (Qt);
 
-  Vwhile_no_input_ignore_events = Qnil;
-
   inhibit_record_char = false;
 }
 



reply via email to

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