From: Stefan Kangas Date: Wed, 16 Aug 2023 07:14:02 +0000 (+0200) Subject: Make `term-mode` non-interactive X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33d3e5c545f0e39e9f866ee47baad7995557e3f3;p=emacs.git Make `term-mode` non-interactive * lisp/term.el (term-mode): Mark as non-interactive. --- diff --git a/lisp/term.el b/lisp/term.el index a80db33aab5..8f5f3de4531 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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)