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
5b827abb
Commit
5b827abb
authored
Jun 06, 1995
by
Karl Heuer
Browse files
(syms_of_xfns): Provide motif in Motif version.
parent
40131ef5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/xfns.c
src/xfns.c
+3
-0
No files found.
src/xfns.c
View file @
5b827abb
...
...
@@ -4946,6 +4946,9 @@ or when you set the mouse color.");
#ifdef USE_X_TOOLKIT
Fprovide
(
intern
(
"x-toolkit"
));
#endif
#ifdef USE_MOTIF
Fprovide
(
intern
(
"motif"
));
#endif
defsubr
(
&
Sx_get_resource
);
#if 0
...
...
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