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