emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Sat, 27 Nov 2004 14:19:07 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.305 emacs/lisp/comint.el:1.306
*** emacs/lisp/comint.el:1.305  Sun Nov 21 00:40:32 2004
--- emacs/lisp/comint.el        Sat Nov 27 19:02:14 2004
***************
*** 1899,1904 ****
--- 1899,1908 ----
        (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]