mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(display-multi-frame-p, display-multi-font-p): New
defaliases for display-graphic-p.
This commit is contained in:
parent
e023fb278c
commit
6693b2791f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user