From: Luc Teirlinck Date: Sun, 29 May 2005 15:09:39 +0000 (+0000) Subject: (inferior-emacs-lisp-mode): Use delay-mode-hooks.. X-Git-Tag: emacs-pretest-22.0.90~9433 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/9c5e65b24bd01b0a5dc281d46020e9d03d27a078 (inferior-emacs-lisp-mode): Use delay-mode-hooks.. --- diff --git a/lisp/ielm.el b/lisp/ielm.el index 757b31a47f..5a91361f2d 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)