mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 14:40:54 -08:00
(eshell-send-invisible): Fix format string.
This commit is contained in:
parent
79cd7893f4
commit
db22de71ec
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
;;; esh-mode.el --- user interface
|
||||
|
||||
;; Copyright (C) 1999, 2000, 2001 Free Software Foundation
|
||||
;; Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation
|
||||
|
||||
;; Author: John Wiegley <johnw@gnu.org>
|
||||
|
||||
|
|
@ -1017,7 +1017,7 @@ a key."
|
|||
Then send it to the process running in the current buffer."
|
||||
(interactive "P") ; Defeat snooping via C-x ESC ESC
|
||||
(let ((str (read-passwd
|
||||
(format "Password: "
|
||||
(format "%s Password: "
|
||||
(process-name (eshell-interactive-process))))))
|
||||
(if (stringp str)
|
||||
(process-send-string (eshell-interactive-process)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue