summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c
index f08dddaad6e..015dd7e4ba6 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -11709,10 +11709,9 @@ meaning don't clear the cache.");
Vimage_cache_eviction_delay = make_number (30 * 60);
#ifdef USE_X_TOOLKIT
- Fprovide (intern ("x-toolkit"));
-
+ Fprovide (intern ("x-toolkit"), Qnil);
#ifdef USE_MOTIF
- Fprovide (intern ("motif"));
+ Fprovide (intern ("motif"), Qnil);
DEFVAR_LISP ("motif-version-string", &Vmotif_version_string,
"Version info for LessTif/Motif.");