mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(inferior-emacs-lisp-mode): Add a mode-class property.
This commit is contained in:
parent
7098039a5d
commit
95b20f3b9b
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user