1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(inferior-emacs-lisp-mode): Add a mode-class property.

This commit is contained in:
Richard M. Stallman 1997-05-05 01:02:41 +00:00
parent 7098039a5d
commit 95b20f3b9b

View File

@ -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).