]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-read-noecho): Add trivial compatibility definition.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 2004 19:02:14 +0000 (19:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 2004 19:02:14 +0000 (19:02 +0000)
lisp/comint.el

index 931e37d764c5c9090ed49bc90ac8fea516cea1f7..9f93fe75b1f1989624d4322949a0a9d14299843b 100644 (file)
@@ -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.