changeset 9603:8792d17812fb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Oct 1994 03:55:13 +0000
parents 13106af26190
children d3f06c8c76a1
files lisp/term.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term.el	Wed Oct 19 00:08:18 1994 +0000
+++ b/lisp/term.el	Wed Oct 19 03:55:13 1994 +0000
@@ -822,7 +822,7 @@
 ;; loses one arg when called with -c, and newer shells (bash,  ksh) don't.
 ;; Thus we add an extra dummy argument "..", and then remove it.
   (apply 'start-process name buffer
-"/bin/sh" "-c" (format "stty sane -nl echo rows %d columns %d; if [ $1 = .. ]; then shift; fi;\
+"/bin/sh" "-c" (format "stty -nl echo rows %d columns %d sane 2>/dev/null; if [ $1 = .. ]; then shift; fi;\
   TERM=$1; export TERM; shift;\
   TERMCAP=$1; export TERMCAP; shift;\
   EMACS=t; export EMACS;\