]> git.eshelyaron.com Git - emacs.git/commitdiff
Make `term-mode` non-interactive
authorStefan Kangas <stefankangas@gmail.com>
Wed, 16 Aug 2023 07:14:02 +0000 (09:14 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 16 Aug 2023 19:27:49 +0000 (21:27 +0200)
* lisp/term.el (term-mode): Mark as non-interactive.

lisp/term.el

index a80db33aab5987e5b3e2e088b202be343be6fba3..8f5f3de4531e6087f9f24fbb6c968b092bc3eee9 100644 (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)