From: Po Lu Date: Tue, 30 Nov 2021 00:46:23 +0000 (+0800) Subject: * lisp/frame.el (display-graphic-p): Fix typo. X-Git-Tag: emacs-29.0.90~3646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=127be1e8b3916279fb402f18aa63eeefb432f539;p=emacs.git * lisp/frame.el (display-graphic-p): Fix typo. --- 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.