mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(term-read-noecho): Pass proper format string to message.
This commit is contained in:
parent
498020d2b5
commit
4d656e4255
1 changed files with 1 additions and 1 deletions
|
|
@ -1587,7 +1587,7 @@ applications."
|
|||
(while (not done)
|
||||
(if stars
|
||||
(message "%s%s" prompt (make-string (length ans) ?*))
|
||||
(message prompt))
|
||||
(message "%s" prompt))
|
||||
(setq c (read-char))
|
||||
(cond ((= c ?\C-g)
|
||||
;; This function may get called from a process filter, where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue