diff options
| author | Richard M. Stallman | 1997-05-05 01:10:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-05 01:10:01 +0000 |
| commit | 4510b9025112c9a239eabaece61fbafd7de118f6 (patch) | |
| tree | 36f04705759e8c4f7aae9d5f493652395043d021 | |
| parent | 0a35bd795bfdf9f84cf7f6a7620fcf140374a2d0 (diff) | |
| download | emacs-4510b9025112c9a239eabaece61fbafd7de118f6.tar.gz emacs-4510b9025112c9a239eabaece61fbafd7de118f6.zip | |
(inferior-lisp-mode): Add a mode-class property.
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 870d3f944b7..dbb49729d13 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -203,6 +203,8 @@ buffer with \\[set-variable].") | |||
| 203 | (defvar inferior-lisp-mode-hook '() | 203 | (defvar inferior-lisp-mode-hook '() |
| 204 | "*Hook for customising Inferior Lisp mode.") | 204 | "*Hook for customising Inferior Lisp mode.") |
| 205 | 205 | ||
| 206 | (put 'inferior-lisp-mode 'mode-class 'special) | ||
| 207 | |||
| 206 | (defun inferior-lisp-mode () | 208 | (defun inferior-lisp-mode () |
| 207 | "Major mode for interacting with an inferior Lisp process. | 209 | "Major mode for interacting with an inferior Lisp process. |
| 208 | Runs a Lisp interpreter as a subprocess of Emacs, with Lisp I/O through an | 210 | Runs a Lisp interpreter as a subprocess of Emacs, with Lisp I/O through an |