# HG changeset patch # User Richard M. Stallman # Date 862794161 0 # Node ID 28037dab627cab947a2415e5762740805403e0e2 # Parent 132278ebdbc9fa476bfa5b41e68271bbf737e251 (inferior-emacs-lisp-mode): Add a mode-class property. diff -r 132278ebdbc9 -r 28037dab627c lisp/ielm.el --- a/lisp/ielm.el Mon May 05 01:01:17 1997 +0000 +++ b/lisp/ielm.el Mon May 05 01:02:41 1997 +0000 @@ -102,7 +102,7 @@ (defvar ielm-header (concat "*** Welcome to IELM version " - (substring "$Revision: 1.9 $" 11 -2) + (substring "$Revision: 1.10 $" 11 -2) " *** Type (describe-mode) for help.\n" "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n") "Message to display when IELM is started.") @@ -370,6 +370,8 @@ ;;; Major mode +(put 'inferior-emacs-lisp-mode 'mode-class 'special) + (defun inferior-emacs-lisp-mode nil "Major mode for interactively evaluating Emacs Lisp expressions. Uses the interface provided by `comint-mode' (which see).