diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-06-13 13:15:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-06-13 13:15:30 +0000 |
commit | 6693b2791f32721e42e31309f869ddcdf3db957b (patch) | |
tree | 3e0ac7c69d99221f79db938404e1c0a7f77f660a /lisp/frame.el | |
parent | e023fb278c4294fb91a0816ae161d72b497b3935 (diff) | |
download | emacs-6693b2791f32721e42e31309f869ddcdf3db957b.tar.gz |
(display-multi-frame-p, display-multi-font-p): New
defaliases for display-graphic-p.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 1348fabd8a8..e3925d2c6ca 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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 |