(inferior-emacs-lisp-mode): Use delay-mode-hooks..

This commit is contained in:
Luc Teirlinck 2005-05-29 15:09:39 +00:00
parent e89a81c02e
commit 9c5e65b24b

View file

@ -480,7 +480,8 @@ The behaviour of IELM may be customized with the following variables:
Customized bindings may be defined in `ielm-map', which currently contains:
\\{ielm-map}"
(interactive)
(comint-mode)
(delay-mode-hooks
(comint-mode))
(setq comint-prompt-regexp (concat "^" (regexp-quote ielm-prompt)))
(set (make-local-variable 'paragraph-separate) "\\'")
(make-local-variable 'paragraph-start)