diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:58:00 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:58:00 +0000 |
commit | d395b3b565e9e4d1ef0b3f6fd52e783197a1daf2 (patch) | |
tree | 8750b8bf20e324d7ee04c8c7666043220348cb9f /lisp/ielm.el | |
parent | 3e803487e8aa8a9bfbe375111f2ab3fffe1bcae2 (diff) | |
download | emacs-d395b3b565e9e4d1ef0b3f6fd52e783197a1daf2.tar.gz |
(inferior-emacs-lisp-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ielm.el')
-rw-r--r-- | lisp/ielm.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |