]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xfns): Provide motif in Motif version.
authorKarl Heuer <kwzh@gnu.org>
Tue, 6 Jun 1995 01:56:05 +0000 (01:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 6 Jun 1995 01:56:05 +0000 (01:56 +0000)
src/xfns.c

index 9e8651e9c28a999a55a9453be6ac0a00b395c13d..104ddcd1b80dea4029ff551dbb9d5bb2235ae48f 100644 (file)
@@ -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