changeset 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 e179d5e9c0fe
children 91cd19004788
files lisp/ielm.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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)