aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 9e8651e9c28..104ddcd1b80 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4946,6 +4946,9 @@ or when you set the mouse color.");
4946#ifdef USE_X_TOOLKIT 4946#ifdef USE_X_TOOLKIT
4947 Fprovide (intern ("x-toolkit")); 4947 Fprovide (intern ("x-toolkit"));
4948#endif 4948#endif
4949#ifdef USE_MOTIF
4950 Fprovide (intern ("motif"));
4951#endif
4949 4952
4950 defsubr (&Sx_get_resource); 4953 defsubr (&Sx_get_resource);
4951#if 0 4954#if 0