Mercurial > emacs
comparison src/xfns.c @ 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 | 66e0816837a8 |
children | 542a86892257 |
comparison
equal
deleted
inserted
replaced
39861:f510faf7f4d7 | 39862:da336e9d1ab5 |
---|---|
11707 from the image cache. Value must be an integer or nil with nil\n\ | 11707 from the image cache. Value must be an integer or nil with nil\n\ |
11708 meaning don't clear the cache."); | 11708 meaning don't clear the cache."); |
11709 Vimage_cache_eviction_delay = make_number (30 * 60); | 11709 Vimage_cache_eviction_delay = make_number (30 * 60); |
11710 | 11710 |
11711 #ifdef USE_X_TOOLKIT | 11711 #ifdef USE_X_TOOLKIT |
11712 Fprovide (intern ("x-toolkit")); | 11712 Fprovide (intern ("x-toolkit"), Qnil); |
11713 | |
11714 #ifdef USE_MOTIF | 11713 #ifdef USE_MOTIF |
11715 Fprovide (intern ("motif")); | 11714 Fprovide (intern ("motif"), Qnil); |
11716 | 11715 |
11717 DEFVAR_LISP ("motif-version-string", &Vmotif_version_string, | 11716 DEFVAR_LISP ("motif-version-string", &Vmotif_version_string, |
11718 "Version info for LessTif/Motif."); | 11717 "Version info for LessTif/Motif."); |
11719 Vmotif_version_string = build_string (XmVERSION_STRING); | 11718 Vmotif_version_string = build_string (XmVERSION_STRING); |
11720 #endif /* USE_MOTIF */ | 11719 #endif /* USE_MOTIF */ |