]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/frame.el (display-graphic-p): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 00:46:23 +0000 (08:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 00:46:23 +0000 (08:46 +0800)
lisp/frame.el

index c9306ec46dfd3f6703ed3c987352e930e60b00a4..f790fa13ab92e05669d5f23e2299e925b72701d3 100644 (file)
@@ -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.