# HG changeset patch # User Richard M. Stallman # Date 1101582134 0 # Node ID a44a4cdb021da657d6786660d3ae707a31d96c40 # Parent 275bfc016770f7263b0b52e988202dc123965b88 (comint-read-noecho): Add trivial compatibility definition. diff -r 275bfc016770 -r a44a4cdb021d lisp/comint.el --- a/lisp/comint.el Sat Nov 27 19:01:41 2004 +0000 +++ b/lisp/comint.el Sat Nov 27 19:02:14 2004 +0000 @@ -1899,6 +1899,10 @@ (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.