Skip to content

Commit

Permalink
(term-mode): Add a mode-class property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed May 5, 1997
1 parent e200a8c commit e2fa981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/term.el
Expand Up @@ -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.
Expand Down

0 comments on commit e2fa981

Please sign in to comment.