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
e89a81c0
Commit
e89a81c0
authored
May 29, 2005
by
Luc Teirlinck
Browse files
(inferior-lisp-mode): Use delay-mode-hooks.
parent
7fa9f4eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/progmodes/inf-lisp.el
lisp/progmodes/inf-lisp.el
+2
-1
No files found.
lisp/progmodes/inf-lisp.el
View file @
e89a81c0
...
...
@@ -260,7 +260,8 @@ Paragraphs are separated only by blank lines. Semicolons start comments.
If you accidentally suspend your process, use \\[comint-continue-subjob]
to continue it."
(
interactive
)
(
comint-mode
)
(
delay-mode-hooks
(
comint-mode
))
(
setq
comint-prompt-regexp
inferior-lisp-prompt
)
(
setq
major-mode
'inferior-lisp-mode
)
(
setq
mode-name
"Inferior Lisp"
)
...
...
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