diff options
| author | Richard M. Stallman | 1997-05-05 01:07:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-05 01:07:37 +0000 |
| commit | 158cfdd23f55177cf57102d522ba7999f95e5a53 (patch) | |
| tree | f9dcea4dcb3e4a8349f6f6f441f5e21ae48445c0 | |
| parent | bcfe983bc3775bd49ad03c9bc63f7bc78d690ca7 (diff) | |
| download | emacs-158cfdd23f55177cf57102d522ba7999f95e5a53.tar.gz emacs-158cfdd23f55177cf57102d522ba7999f95e5a53.zip | |
(comint-mode): Add a mode-class property.
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 0fab975f297..8ae8787d2e3 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -367,6 +367,8 @@ This is to work around a bug in Emacs process signaling.") | |||
| 367 | (put 'comint-scroll-show-maximum-output 'permanent-local t) | 367 | (put 'comint-scroll-show-maximum-output 'permanent-local t) |
| 368 | (put 'comint-ptyp 'permanent-local t) | 368 | (put 'comint-ptyp 'permanent-local t) |
| 369 | 369 | ||
| 370 | (put 'comint-mode 'mode-class 'special) | ||
| 371 | |||
| 370 | (defun comint-mode () | 372 | (defun comint-mode () |
| 371 | "Major mode for interacting with an inferior interpreter. | 373 | "Major mode for interacting with an inferior interpreter. |
| 372 | Interpreter name is same as buffer name, sans the asterisks. | 374 | Interpreter name is same as buffer name, sans the asterisks. |