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
6693b279
Commit
6693b279
authored
Jun 13, 2000
by
Eli Zaretskii
Browse files
(display-multi-frame-p, display-multi-font-p): New
defaliases for display-graphic-p.
parent
e023fb27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/frame.el
lisp/frame.el
+3
-0
No files found.
lisp/frame.el
View file @
6693b279
...
...
@@ -832,6 +832,9 @@ DISPLAY can be a display name, a frame, or nil (meaning the selected
frame's display)."
(
not
(
null
(
memq
(
framep-on-display
display
)
'
(
x
w32
mac
)))))
(
defalias
'display-multi-frame-p
'display-graphic-p
)
(
defalias
'display-multi-font-p
'display-graphic-p
)
(
defun
display-selections-p
(
&optional
display
)
"Return non-nil if DISPLAY supports selections.
A selection is a way to transfer text or other data between programs
...
...
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