From 9c5e65b24bd01b0a5dc281d46020e9d03d27a078 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 29 May 2005 15:09:39 +0000 Subject: [PATCH] (inferior-emacs-lisp-mode): Use delay-mode-hooks.. --- lisp/ielm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ielm.el b/lisp/ielm.el index 757b31a47f4..5a91361f2d2 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -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) -- 2.39.5