diff options
| author | Jim Blandy | 1993-03-11 07:07:43 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-11 07:07:43 +0000 |
| commit | 7caa87fe891980329d5a8d86b5d71d8f7caf9bfd (patch) | |
| tree | 3fc1a1386726197a93b414ee57bb56123129ca8e /lisp/term | |
| parent | 0964e5628ea54eb857accfd7cc5b34e95a2dd72e (diff) | |
| download | emacs-7caa87fe891980329d5a8d86b5d71d8f7caf9bfd.tar.gz emacs-7caa87fe891980329d5a8d86b5d71d8f7caf9bfd.zip | |
* sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
suspend-hook.
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/sun-mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index 0ac9e46f4ea..bca3339c264 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, | |||
| 665 | you don't want to suspend (there is no way to resume), | 665 | you don't want to suspend (there is no way to resume), |
| 666 | just close the window, and wait for reopening." | 666 | just close the window, and wait for reopening." |
| 667 | (interactive) | 667 | (interactive) |
| 668 | (run-hooks 'suspend-hook) | 668 | (run-hooks 'suspend-hooks) |
| 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)) |