Mercurial > emacs
changeset 17649:28037dab627c
(inferior-emacs-lisp-mode): Add a mode-class property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 May 1997 01:02:41 +0000 |
parents | 132278ebdbc9 |
children | dbcf0b5d5265 |
files | lisp/ielm.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ielm.el Mon May 05 01:01:17 1997 +0000 +++ b/lisp/ielm.el Mon May 05 01:02:41 1997 +0000 @@ -102,7 +102,7 @@ (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 @@ ;;; 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).