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
f3c15633
Commit
f3c15633
authored
Sep 21, 2007
by
Glenn Morris
Browse files
(suspend-emacstool): Remove.
parent
ee756915
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
lisp/term/sun-mouse.el
lisp/term/sun-mouse.el
+0
-15
No files found.
lisp/term/sun-mouse.el
View file @
f3c15633
...
...
@@ -660,21 +660,6 @@ Insert contents into the current buffer at point."
(
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)
...
...
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