Mercurial > emacs
diff lisp/terminal.el @ 357:1ad871406b12
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 27 Jul 1991 03:27:24 +0000 |
parents | 7e4c7ef44243 |
children | 4cd7543be581 |
line wrap: on
line diff
--- a/lisp/terminal.el Fri Jul 26 23:31:34 1991 +0000 +++ b/lisp/terminal.el Sat Jul 27 03:27:24 1991 +0000 @@ -975,9 +975,10 @@ (progn (goto-char (point-max)) (recenter -1))))))) -(defvar te-stty-string "stty -nl new dec echo" - "Command string (to be interpreted by \"sh\") which sets the modes -of the virtual terminal to be appropriate for interactive use.") +(defvar te-stty-string "stty -nl dec echo" + "Shell command to set terminal modes for terminal emulator.") +;; This used to have `new' in it, but that loses outside BSD +;; and it's apparently not needed in BSD. (defvar explicit-shell-file-name nil "*If non-nil, is file name to use for explicitly requested inferior shell.")