aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-06-06 01:56:05 +0000
committerKarl Heuer <[email protected]>1995-06-06 01:56:05 +0000
commit5b827abbf3dad823a13ccf08e0b473da11953f10 (patch)
tree446e416b8780dc3da9102501d320d433e4d78512 /src/xfns.c
parent40131ef56fbddca314976bf8b81275126a6401e8 (diff)
(syms_of_xfns): Provide motif in Motif version.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 9e8651e9c2..104ddcd1b8 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -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