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:
parent
7f25f98011
commit
e9904b596a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user