Skip to content

Commit

Permalink
Fix invalid const.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 4, 2017
1 parent fe6fac3 commit 3dfb229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-const.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Are we running under X on a Mac system?")

(defconst sys/linux-x-p
(and (display-grayscale-p) sys/linuxp)
(and (display-graphic-p) sys/linuxp)
"Are we running under X on a GNU/Linux system?")

(defconst sys/cygwinp
Expand Down

0 comments on commit 3dfb229

Please sign in to comment.