From 127be1e8b3916279fb402f18aa63eeefb432f539 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 30 Nov 2021 08:46:23 +0800 Subject: [PATCH] * 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 c9306ec46df..f790fa13ab9 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. -- 2.39.5