changeset 62732:8c8cb4cd8909

(inferior-emacs-lisp-mode): Use run-mode-hooks.
author Lute Kamstra <lute@gnu.org>
date Thu, 26 May 2005 12:58:00 +0000
parents 64641f400699
children 545cba9e95d4
files lisp/ielm.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ielm.el	Thu May 26 12:56:21 2005 +0000
+++ b/lisp/ielm.el	Thu May 26 12:58:00 2005 +0000
@@ -548,7 +548,7 @@
     (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