]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-emacs-lisp-mode): Add a mode-class property.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:02:41 +0000 (01:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:02:41 +0000 (01:02 +0000)
lisp/ielm.el

index 6a603c6f31b2e886bb5d4756e03e6b9caa57c12b..3858e49505b9342513a1b3d2414d56bc3798ae9f 100644 (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).