Skip to content

Commit d3c119f

Browse files
committed
The pgtk window system exists
Oh, and because we're looking at symbols member can just be memq, why not.
1 parent 207c748 commit d3c119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-ol-tree.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ The outline chooses the theme based on the following criteria:
326326
327327
To find out if Emacs is running in GUI mode, we query the variable
328328
`window-system'."
329-
(member window-system '(x w32 ns)))
329+
(memq window-system '(pgtk x w32 ns)))
330330

331331

332332

0 commit comments

Comments
 (0)