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
7caa87fe
Commit
7caa87fe
authored
Mar 11, 1993
by
Jim Blandy
Browse files
* sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
suspend-hook.
parent
0964e562
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/term/sun-mouse.el
lisp/term/sun-mouse.el
+1
-1
No files found.
lisp/term/sun-mouse.el
View file @
7caa87fe
...
...
@@ -665,7 +665,7 @@ If running under as a detached process emacstool,
you don't want to suspend (there is no way to resume),
just close the window, and wait for reopening."
(
interactive
)
(
run-hooks
'suspend-hook
)
(
run-hooks
'suspend-hook
s
)
(
if
stuffstring
(
send-string-to-terminal
stuffstring
))
(
send-string-to-terminal
"\033[2t"
)
; To close EmacsTool window.
(
run-hooks
'suspend-resume-hook
))
...
...
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