]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-mode): Add a mode-class property.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 00:59:28 +0000 (00:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 00:59:28 +0000 (00:59 +0000)
lisp/shell.el

index 66a5653cbdbf822b041fe7311b5ed223ee618323..93391b8cad89cf4a64616f8ccb5c751e032ba27e 100644 (file)
@@ -313,6 +313,8 @@ Thus, this does not include the shell's current directory.")
 \f
 ;;; 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