From 27763236fb46957cfe2884a52a403df14c9b808a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 27 Nov 2004 19:02:14 +0000 Subject: [PATCH] (comint-read-noecho): Add trivial compatibility definition. --- lisp/comint.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/comint.el b/lisp/comint.el index 931e37d764c..9f93fe75b1f 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1899,6 +1899,10 @@ prompt skip is done by skipping text matching the regular expression (forward-line 0) (goto-char (comint-line-beginning-position)))) +;; For compatibility. +(defun comint-read-noecho (prompt &optional ignore) + (read-passwd prompt)) + ;; These three functions are for entering text you don't want echoed or ;; saved -- typically passwords to ftp, telnet, or somesuch. ;; Just enter m-x send-invisible and type in your line. -- 2.39.5