From: Richard M. Stallman Date: Mon, 5 May 1997 01:02:41 +0000 (+0000) Subject: (inferior-emacs-lisp-mode): Add a mode-class property. X-Git-Tag: emacs-20.1~2296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95b20f3b9b4996575063d3831f311c9e8c92a0f2;p=emacs.git (inferior-emacs-lisp-mode): Add a mode-class property. --- diff --git a/lisp/ielm.el b/lisp/ielm.el index 6a603c6f31b..3858e49505b 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -102,7 +102,7 @@ This variable is buffer-local.") (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 @@ simply inserts a newline." ;;; 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).