Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a4b1de6e
Commit
a4b1de6e
authored
Nov 19, 2005
by
Eli Zaretskii
Browse files
(read-passwd): Fontify the prompt as we do with other prompts.
parent
e27de09e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/subr.el
lisp/subr.el
+2
-0
No files found.
lisp/ChangeLog
View file @
a4b1de6e
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
...
...
lisp/subr.el
View file @
a4b1de6e
...
...
@@ -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
)
?.
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment