diff options
| author | Lute Kamstra | 2005-05-26 12:58:00 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-05-26 12:58:00 +0000 |
| commit | d395b3b565e9e4d1ef0b3f6fd52e783197a1daf2 (patch) | |
| tree | 8750b8bf20e324d7ee04c8c7666043220348cb9f | |
| parent | 3e803487e8aa8a9bfbe375111f2ab3fffe1bcae2 (diff) | |
| download | emacs-d395b3b565e9e4d1ef0b3f6fd52e783197a1daf2.tar.gz emacs-d395b3b565e9e4d1ef0b3f6fd52e783197a1daf2.zip | |
(inferior-emacs-lisp-mode): Use run-mode-hooks.
| -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: | |||
| 548 | (set-marker comint-last-input-start (ielm-pm)) | 548 | (set-marker comint-last-input-start (ielm-pm)) |
| 549 | (set-process-filter (get-buffer-process (current-buffer)) 'comint-output-filter)) | 549 | (set-process-filter (get-buffer-process (current-buffer)) 'comint-output-filter)) |
| 550 | 550 | ||
| 551 | (run-hooks 'ielm-mode-hook)) | 551 | (run-mode-hooks 'ielm-mode-hook)) |
| 552 | 552 | ||
| 553 | (defun ielm-get-old-input nil | 553 | (defun ielm-get-old-input nil |
| 554 | ;; Return the previous input surrounding point | 554 | ;; Return the previous input surrounding point |