1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

(syms_of_xfns): Update calls to Fprovide.

This commit is contained in:
Stefan Monnier 2001-10-12 22:27:03 +00:00
parent aad1474bcd
commit 6f3f6a8d4b

View 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.");