Mercurial > emacs
changeset 39862:da336e9d1ab5
(syms_of_xfns): Update calls to Fprovide.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Oct 2001 22:27:03 +0000 |
parents | f510faf7f4d7 |
children | 345caf35c534 |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Fri Oct 12 22:25:01 2001 +0000 +++ b/src/xfns.c Fri Oct 12 22:27:03 2001 +0000 @@ -11709,10 +11709,9 @@ 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.");