Skip to content

Commit

Permalink
The pgtk window system exists
Browse files Browse the repository at this point in the history
Oh, and because we're looking at symbols member can just be memq, why
not.
  • Loading branch information
tecosaur committed Feb 1, 2022
1 parent 207c748 commit d3c119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-ol-tree.el
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ The outline chooses the theme based on the following criteria:
To find out if Emacs is running in GUI mode, we query the variable
`window-system'."
(member window-system '(x w32 ns)))
(memq window-system '(pgtk x w32 ns)))



Expand Down

0 comments on commit d3c119f

Please sign in to comment.