aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/sun-mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index bca3339c264..0ac9e46f4ea 100644
--- a/lisp/term/sun-mouse.el
+++ b/lisp/term/sun-mouse.el
@@ -665,7 +665,7 @@ If running under as a detached process emacstool,
665you don't want to suspend (there is no way to resume), 665you don't want to suspend (there is no way to resume),
666just close the window, and wait for reopening." 666just close the window, and wait for reopening."
667 (interactive) 667 (interactive)
668 (run-hooks 'suspend-hooks) 668 (run-hooks 'suspend-hook)
669 (if stuffstring (send-string-to-terminal stuffstring)) 669 (if stuffstring (send-string-to-terminal stuffstring))
670 (send-string-to-terminal "\033[2t") ; To close EmacsTool window. 670 (send-string-to-terminal "\033[2t") ; To close EmacsTool window.
671 (run-hooks 'suspend-resume-hook)) 671 (run-hooks 'suspend-resume-hook))