From d395b3b565e9e4d1ef0b3f6fd52e783197a1daf2 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 26 May 2005 12:58:00 +0000 Subject: [PATCH] (inferior-emacs-lisp-mode): Use run-mode-hooks. --- lisp/ielm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ielm.el b/lisp/ielm.el index 65654ca2c7a..757b31a47f4 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -548,7 +548,7 @@ Customized bindings may be defined in `ielm-map', which currently contains: (set-marker comint-last-input-start (ielm-pm)) (set-process-filter (get-buffer-process (current-buffer)) 'comint-output-filter)) - (run-hooks 'ielm-mode-hook)) + (run-mode-hooks 'ielm-mode-hook)) (defun ielm-get-old-input nil ;; Return the previous input surrounding point -- 2.39.5