Don't warn about "x-*" symbols when building a non-GUI version.
This commit is contained in:
parent
a81b56d56b
commit
197a09bf1b
1 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,8 @@
|
|||
(eq system-type 'ms-dos))
|
||||
((string-match "\\`w32-" (symbol-name symbol))
|
||||
(eq system-type 'windows-nt))
|
||||
((string-match "\\`x-" (symbol-name symbol))
|
||||
(fboundp 'x-create-frame))
|
||||
(t t))))
|
||||
(if (not (boundp symbol))
|
||||
;; If variables are removed from C code, give an error here!
|
||||
|
|
Loading…
Add table
Reference in a new issue