Mercurial > emacs
changeset 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 | b85205cfba13 |
children | e99589f5ddd7 |
files | lisp/shell.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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