diff options
| -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. | |||
| 1531 | (getenv "ESHELL") | 1531 | (getenv "ESHELL") |
| 1532 | shell-file-name)))) | 1532 | shell-file-name)))) |
| 1533 | (set-buffer (make-term "terminal" program)) | 1533 | (set-buffer (make-term "terminal" program)) |
| 1534 | (term-mode) | ||
| 1535 | (term-char-mode) | 1534 | (term-char-mode) |
| 1536 | (switch-to-buffer "*terminal*")) | 1535 | (switch-to-buffer "*terminal*")) |
| 1537 | 1536 | ||