[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/pgtk 127be1e: * lisp/frame.el (display-graphic-p): Fix typo.
From: |
Po Lu |
Subject: |
feature/pgtk 127be1e: * lisp/frame.el (display-graphic-p): Fix typo. |
Date: |
Mon, 29 Nov 2021 19:46:39 -0500 (EST) |
branch: feature/pgtk
commit 127be1e8b3916279fb402f18aa63eeefb432f539
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
* lisp/frame.el (display-graphic-p): Fix typo.
---
lisp/frame.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/frame.el b/lisp/frame.el
index c9306ec..f790fa1 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -2119,7 +2119,7 @@ frames and several different fonts at once. This is true
for displays
that use a window system such as X, and false for text-only terminals.
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 ns haiku haiku)))))
+ (not (null (memq (framep-on-display display) '(x w32 ns pgtk haiku)))))
(defun display-images-p (&optional display)
"Return non-nil if DISPLAY can display images.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- feature/pgtk 127be1e: * lisp/frame.el (display-graphic-p): Fix typo.,
Po Lu <=