/[emacs]/emacs/lisp/net/telnet.el
ViewVC logotype

Diff of /emacs/lisp/net/telnet.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by eliz, Sun Aug 26 16:34:04 2001 UTC revision 1.3 by rms, Sun Jan 13 04:45:12 2002 UTC
# Line 154  rejecting one login and prompting again Line 154  rejecting one login and prompting again
154  ;; instead of "\n".  ;; instead of "\n".
155  (defun telnet-simple-send (proc string)  (defun telnet-simple-send (proc string)
156    (comint-send-string proc string)    (comint-send-string proc string)
157    (comint-send-string proc telnet-new-line))    (if comint-input-sender-no-newline
158          (if (not (string-equal input ""))
159              (process-send-eof))
160        (comint-send-string proc telnet-new-line)))
161    
162  (defun telnet-filter (proc string)  (defun telnet-filter (proc string)
163    (save-excursion    (save-excursion

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26