]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xfns): Update calls to Fprovide.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 22:27:03 +0000 (22:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 22:27:03 +0000 (22:27 +0000)
src/xfns.c

index f08dddaad6e4fe3511cc0288ddda9d3a694733bc..015dd7e4ba60be00839418d6da5658293ef22545 100644 (file)
@@ -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.");