Mercurial > emacs
changeset 84729:9732bf60ac8e
(suspend-emacstool): Remove.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 21 Sep 2007 03:58:12 +0000 |
parents | 04f556b17d19 |
children | c97419f9e9cf |
files | lisp/term/sun-mouse.el |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/sun-mouse.el Fri Sep 21 03:55:20 2007 +0000 +++ b/lisp/term/sun-mouse.el Fri Sep 21 03:58:12 2007 +0000 @@ -660,21 +660,6 @@ (interactive "r") (sun-set-selection (buffer-substring beg end))) -;;; -;;; Support for emacstool -;;; This closes the window instead of stopping emacs. -;;; -(defun suspend-emacstool (&optional stuffstring) - "Suspend emacstool. -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) - (if stuffstring (send-string-to-terminal stuffstring)) - (send-string-to-terminal "\033[2t") ; To close EmacsTool window. - (run-hooks 'suspend-resume-hook)) - (provide 'sun-mouse) (provide 'term/sun-mouse) ; have to (require 'term/sun-mouse)