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:
parent
7f25f98011
commit
e9904b596a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue