t t string)))
(comint-send-string proc string)
(if comint-input-sender-no-newline
- (if (not (string-equal input ""))
+ (if (not (string-equal string ""))
(process-send-eof))
(comint-send-string proc "\n")))
(setq result (concat result (substring string start)))
(comint-send-string proc result)
(if comint-input-sender-no-newline
- (if (not (string-equal input ""))
+ (if (not (string-equal string ""))
(process-send-eof))
(comint-send-string proc "\n"))))