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