aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-19 03:55:13 +0000
committerRichard M. Stallman1994-10-19 03:55:13 +0000
commit41b9e2b5685f612a42b4922664e1fdb75badceac (patch)
tree9d86fd868f6e44d6ec51ecbf58dc5b78c4faa18b
parent116987ba621b552e405a30e79e178f8ec5809242 (diff)
downloademacs-41b9e2b5685f612a42b4922664e1fdb75badceac.tar.gz
emacs-41b9e2b5685f612a42b4922664e1fdb75badceac.zip
*** empty log message ***
-rw-r--r--lisp/term.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el
index 46087b23143..1defc63cb39 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -822,7 +822,7 @@ buffer. The hook term-exec-hook is run after each exec."
822;; loses one arg when called with -c, and newer shells (bash, ksh) don't. 822;; loses one arg when called with -c, and newer shells (bash, ksh) don't.
823;; Thus we add an extra dummy argument "..", and then remove it. 823;; Thus we add an extra dummy argument "..", and then remove it.
824 (apply 'start-process name buffer 824 (apply 'start-process name buffer
825"/bin/sh" "-c" (format "stty sane -nl echo rows %d columns %d; if [ $1 = .. ]; then shift; fi;\ 825"/bin/sh" "-c" (format "stty -nl echo rows %d columns %d sane 2>/dev/null; if [ $1 = .. ]; then shift; fi;\
826 TERM=$1; export TERM; shift;\ 826 TERM=$1; export TERM; shift;\
827 TERMCAP=$1; export TERMCAP; shift;\ 827 TERMCAP=$1; export TERMCAP; shift;\
828 EMACS=t; export EMACS;\ 828 EMACS=t; export EMACS;\