Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
197a09bf
Commit
197a09bf
authored
Feb 11, 2002
by
Eli Zaretskii
Browse files
Don't warn about "x-*" symbols when building a non-GUI version.
parent
a81b56d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/cus-start.el
lisp/cus-start.el
+2
-0
No files found.
lisp/cus-start.el
View file @
197a09bf
...
...
@@ -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!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment