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:
parent
aad1474bcd
commit
6f3f6a8d4b
1 changed files with 2 additions and 3 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue