Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5b0b2316
Commit
5b0b2316
authored
Apr 10, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If server is a Sun, call menu-bar-enable-clipboard.
parent
0cdd0c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/term/x-win.el
lisp/term/x-win.el
+5
-0
No files found.
lisp/term/x-win.el
View file @
5b0b2316
...
...
@@ -619,6 +619,11 @@ This is in addition to the primary selection.")
(
setq
x-cut-buffer-max
(
min
(
-
(
/
(
x-server-max-request-size
)
2
)
100
)
x-cut-buffer-max
))
;; Sun expects the menu bar cut and paste commands to use the clipboard.
(
if
(
string-match
"X11/NeWS - Sun Microsystems Inc\\."
(
x-server-vendor
))
(
menu-bar-enable-clipboard
))
;; Apply a geometry resource to the initial frame. Put it at the end
;; of the alist, so that anything specified on the command line takes
;; precedence.
...
...
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