# HG changeset patch # User Lute Kamstra # Date 1117112280 0 # Node ID 8c8cb4cd8909679e7ab82de7c920292cb7840936 # Parent 64641f400699cf825c570e5da2c13ae5e5560fb7 (inferior-emacs-lisp-mode): Use run-mode-hooks. diff -r 64641f400699 -r 8c8cb4cd8909 lisp/ielm.el --- 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