Mercurial > emacs
changeset 17654:9005c1013176
(inferior-lisp-mode): Add a mode-class property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 May 1997 01:10:01 +0000 |
parents | b7810d4fb620 |
children | 8e35bb3ec2e2 |
files | lisp/progmodes/inf-lisp.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/inf-lisp.el Mon May 05 01:08:45 1997 +0000 +++ b/lisp/progmodes/inf-lisp.el Mon May 05 01:10:01 1997 +0000 @@ -203,6 +203,8 @@ (defvar inferior-lisp-mode-hook '() "*Hook for customising Inferior Lisp mode.") +(put 'inferior-lisp-mode 'mode-class 'special) + (defun inferior-lisp-mode () "Major mode for interacting with an inferior Lisp process. Runs a Lisp interpreter as a subprocess of Emacs, with Lisp I/O through an