From: Karl Heuer Date: Tue, 6 Jun 1995 01:56:05 +0000 (+0000) Subject: (syms_of_xfns): Provide motif in Motif version. X-Git-Tag: emacs-19.34~3764 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b827abbf3dad823a13ccf08e0b473da11953f10;p=emacs.git (syms_of_xfns): Provide motif in Motif version. --- 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."); #ifdef USE_X_TOOLKIT Fprovide (intern ("x-toolkit")); #endif +#ifdef USE_MOTIF + Fprovide (intern ("motif")); +#endif defsubr (&Sx_get_resource); #if 0