From: Richard M. Stallman Date: Mon, 5 May 1997 00:59:28 +0000 (+0000) Subject: (shell-mode): Add a mode-class property. X-Git-Tag: emacs-20.1~2299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9904b596ab6aeda3d98d25e143d6a3a7b936cd0;p=emacs.git (shell-mode): Add a mode-class property. --- diff --git a/lisp/shell.el b/lisp/shell.el index 66a5653cbdb..93391b8cad8 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -313,6 +313,8 @@ Thus, this does not include the shell's current directory.") ;;; 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