diff options
author | Jim Blandy <jimb@redhat.com> | 1991-07-27 03:27:24 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-07-27 03:27:24 +0000 |
commit | 0f79a4ae8f8e27e88a9588c501f7d7d4b40b3204 (patch) | |
tree | 21d7395dc65a52c8fc1087f230205c104f455bda /lisp/terminal.el | |
parent | 4c0be5f4d530d164fef9130a2130b704fbe98ff8 (diff) | |
download | emacs-0f79a4ae8f8e27e88a9588c501f7d7d4b40b3204.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r-- | lisp/terminal.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el index 47bfddba555..de4b22d3b88 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -975,9 +975,10 @@ move to start of new line, clear to end of line." (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.") |