]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-mode): Add a mode-class property.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 04:24:01 +0000 (04:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 04:24:01 +0000 (04:24 +0000)
lisp/term.el

index c5143c636e2a0cac66c1949a2cb51ac4b91fb2d3..2e88c239ee1efd6ad002e4bba8566c07f8185114 100644 (file)
@@ -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.