mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(term-mode): Add a mode-class property.
This commit is contained in:
parent
c47264b363
commit
ff4b5ef3af
@ -815,6 +815,8 @@ is buffer-local.")
|
||||
[ "Enable paging" term-pager-toggle (not term-pager-count)]
|
||||
[ "Disable paging" term-pager-toggle term-pager-count])))
|
||||
|
||||
(put 'term-mode 'mode-class 'special)
|
||||
|
||||
(defun term-mode ()
|
||||
"Major mode for interacting with an inferior interpreter.
|
||||
Interpreter name is same as buffer name, sans the asterisks.
|
||||
|
Loading…
Reference in New Issue
Block a user