]> git.eshelyaron.com Git - emacs.git/commitdiff
(read-passwd): Fontify the prompt as we do with other prompts.
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Nov 2005 12:49:59 +0000 (12:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Nov 2005 12:49:59 +0000 (12:49 +0000)
lisp/ChangeLog
lisp/subr.el

index 304628cef5ccea809fd31e18bf6b9a5923f5477b..04d341fbfd924849f9deb1ee2ea45b8036140655 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
+
+       * subr.el (read-passwd): Fontify the prompt as we do with other
+       prompts.
+
 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
 
        * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
index 26a741f91e4667d367fcca89dee5c57eb7474378..778f52abff4d878b2bc3bc0a01244f654a21798d 100644 (file)
@@ -1541,6 +1541,8 @@ by doing (clear-string STRING)."
            (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) ?.))