projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe8871
)
Make `term-mode` non-interactive
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 16 Aug 2023 07:14:02 +0000
(09:14 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index a80db33aab5987e5b3e2e088b202be343be6fba3..8f5f3de4531e6087f9f24fbb6c968b092bc3eee9 100644
(file)
--- 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)