From: Richard M. Stallman Date: Sat, 27 Nov 2004 19:02:14 +0000 (+0000) Subject: (comint-read-noecho): Add trivial compatibility definition. X-Git-Tag: ttn-vms-21-2-B4~3598 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27763236fb46957cfe2884a52a403df14c9b808a;p=emacs.git (comint-read-noecho): Add trivial compatibility definition. --- 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.