1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08: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