comparison lisp/comint.el @ 83231:549734260e34

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-714 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-271
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 08 Dec 2004 22:20:27 +0000
parents a44a4cdb021d
children eb109ea1450a f2ebccfa87d4
comparison
equal deleted inserted replaced
83230:d8738586aaec 83231:549734260e34
1897 (if arg 1897 (if arg
1898 ;; Unlike `beginning-of-line', forward-line ignores field boundaries 1898 ;; Unlike `beginning-of-line', forward-line ignores field boundaries
1899 (forward-line 0) 1899 (forward-line 0)
1900 (goto-char (comint-line-beginning-position)))) 1900 (goto-char (comint-line-beginning-position))))
1901 1901
1902 ;; For compatibility.
1903 (defun comint-read-noecho (prompt &optional ignore)
1904 (read-passwd prompt))
1905
1902 ;; These three functions are for entering text you don't want echoed or 1906 ;; These three functions are for entering text you don't want echoed or
1903 ;; saved -- typically passwords to ftp, telnet, or somesuch. 1907 ;; saved -- typically passwords to ftp, telnet, or somesuch.
1904 ;; Just enter m-x send-invisible and type in your line. 1908 ;; Just enter m-x send-invisible and type in your line.
1905 1909
1906 (defun send-invisible (&optional prompt) 1910 (defun send-invisible (&optional prompt)