diff lisp/ielm.el @ 62875:71dfb5a8e485

(inferior-emacs-lisp-mode): Use delay-mode-hooks..
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 29 May 2005 15:09:39 +0000
parents 8c8cb4cd8909
children 20e759335619 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/ielm.el	Sun May 29 15:07:28 2005 +0000
+++ b/lisp/ielm.el	Sun May 29 15:09:39 2005 +0000
@@ -480,7 +480,8 @@
 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)