emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el,v
Date: Fri, 21 Sep 2007 03:58:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/21 03:58:12

Index: sun-mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/sun-mouse.el,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- sun-mouse.el        13 Aug 2007 13:41:28 -0000      1.33
+++ sun-mouse.el        21 Sep 2007 03:58:12 -0000      1.34
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]