Variable: comint-eol-on-send
comint-eol-on-send is a customizable variable defined in comint.el.gz.
Value
t
Documentation
Non-nil means go to the end of the line before sending input.
See comint-send-input.
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defcustom comint-eol-on-send t
"Non-nil means go to the end of the line before sending input.
See `comint-send-input'."
:type 'boolean
:group 'comint)