# HG changeset patch # User Richard M. Stallman # Date 782538913 0 # Node ID 8792d17812fb2384bac62781b85ffccfcb528857 # Parent 13106af261902fe87f7b0284cf8c8fda65e5b7cd *** empty log message *** diff -r 13106af26190 -r 8792d17812fb lisp/term.el --- 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;\