Mercurial > emacs
diff lisp/shell.el @ 17646:0dcc993f06e4
(shell-mode): Add a mode-class property.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 05 May 1997 00:59:28 +0000 |
| parents | 3ee027d263c6 |
| children | b4b9772f0877 |
line wrap: on
line diff
--- 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
