1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(shell-mode): Add a mode-class property.

This commit is contained in:
Richard M. Stallman 1997-05-05 00:59:28 +00:00
parent 7f25f98011
commit e9904b596a

View File

@ -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