diff options
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 530b93484ed..698bef08b2d 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -1531,7 +1531,6 @@ commands to use in that buffer. (getenv "ESHELL") shell-file-name)))) (set-buffer (make-term "terminal" program)) - (term-mode) (term-char-mode) (switch-to-buffer "*terminal*")) |