Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d395b3b5
Commit
d395b3b5
authored
May 26, 2005
by
Lute Kamstra
Browse files
(inferior-emacs-lisp-mode): Use run-mode-hooks.
parent
3e803487
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/ielm.el
lisp/ielm.el
+1
-1
No files found.
lisp/ielm.el
View file @
d395b3b5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment