Make term-mode non-interactive

* lisp/term.el (term-mode): Mark as non-interactive.
This commit is contained in:
Stefan Kangas 2023-08-16 09:14:02 +02:00
parent ebe8871794
commit 33d3e5c545

View file

@ -1129,6 +1129,7 @@ Commands in line mode:
\\{term-mode-map}
Entry to this mode runs the hooks on `term-mode-hook'."
:interactive nil
;; we do not want indent to sneak in any tabs
(setq indent-tabs-mode nil)
(setq buffer-display-table term-display-table)