# HG changeset patch # User Eli Zaretskii # Date 1132404570 0 # Node ID 6b634736fd83ff9985c0570544dac26144521ee9 # Parent 57d5f3eaca9f370f8318a0c824b4fa75189b4f61 (read-passwd): Fontify the prompt as we do with other prompts. diff -r 57d5f3eaca9f -r 6b634736fd83 lisp/subr.el --- a/lisp/subr.el Sat Nov 19 12:18:37 2005 +0000 +++ b/lisp/subr.el Sat Nov 19 12:49:30 2005 +0000 @@ -1541,6 +1541,8 @@ (c 0) (echo-keystrokes 0) (cursor-in-echo-area t)) + (add-text-properties 0 (length prompt) + minibuffer-prompt-properties prompt) (while (progn (message "%s%s" prompt (make-string (length pass) ?.))