]> code.delx.au - gnu-emacs/commitdiff
(inferior-emacs-lisp-mode): Use delay-mode-hooks..
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 29 May 2005 15:09:39 +0000 (15:09 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 29 May 2005 15:09:39 +0000 (15:09 +0000)
lisp/ielm.el

index 757b31a47f43fddac9be281becab415d7ea7a879..5a91361f2d288e422b8856c5bf829d9fc3d7cff1 100644 (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)