]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-emacs-lisp-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:58:00 +0000 (12:58 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:58:00 +0000 (12:58 +0000)
lisp/ielm.el

index 65654ca2c7a02ec4e4871eec58ab4e2d260ba815..757b31a47f43fddac9be281becab415d7ea7a879 100644 (file)
@@ -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