# HG changeset patch # User Richard M. Stallman # Date 862793968 0 # Node ID 0dcc993f06e4d695057570cf0574b29a37d5faad # Parent b85205cfba13a057744c1deb1f25606b8c71f8f1 (shell-mode): Add a mode-class property. diff -r b85205cfba13 -r 0dcc993f06e4 lisp/shell.el --- a/lisp/shell.el Sun May 04 17:38:57 1997 +0000 +++ b/lisp/shell.el Mon May 05 00:59:28 1997 +0000 @@ -313,6 +313,8 @@ ;;; Basic Procedures +(put 'shell-mode 'mode-class 'special) + (defun shell-mode () "Major mode for interacting with an inferior shell. \\[comint-send-input] after the end of the process' output sends the text from