1
Fork 0
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:
Karl Heuer 1996-01-25 00:57:49 +00:00
parent 498020d2b5
commit 4d656e4255

View file

@ -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