Variable: rlogin-explicit-args
rlogin-explicit-args is a customizable variable defined in
rlogin.el.gz.
Value
("-t" "-t")
Documentation
List of arguments to pass to rlogin-program on the command line.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/rlogin.el.gz
(defcustom rlogin-explicit-args '("-t" "-t")
"List of arguments to pass to `rlogin-program' on the command line."
:version "24.4" ; nil -> -t -t
:type '(repeat (string :tag "Argument"))
:group 'rlogin)