diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c index f08dddaad6e..015dd7e4ba6 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -11709,10 +11709,9 @@ 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."); |