/[emacs]/emacs/lisp/comint.el
ViewVC logotype

Diff of /emacs/lisp/comint.el

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

revision 1.259 by pj, Sun Jan 13 09:54:44 2002 UTC revision 1.260 by rms, Thu Jan 17 01:41:11 2002 UTC
# Line 1850  This just sends STRING plus a newline. T Line 1850  This just sends STRING plus a newline. T
1850  set the hook `comint-input-sender'."  set the hook `comint-input-sender'."
1851    (comint-send-string proc string)    (comint-send-string proc string)
1852    (if comint-input-sender-no-newline    (if comint-input-sender-no-newline
1853        (if (not (string-equal input ""))        (if (not (string-equal string ""))
1854            (process-send-eof))            (process-send-eof))
1855      (comint-send-string proc "\n")))      (comint-send-string proc "\n")))
1856    

Legend:
Removed from v.1.259  
changed lines
  Added in v.1.260

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