diff options
| author | Gerd Moellmann | 2000-05-19 11:54:13 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-19 11:54:13 +0000 |
| commit | 729ae5471f4d77ff5e60d953d9481a6632d2868f (patch) | |
| tree | 1dde25d10c5d44b270b28e0eaacf5ac38800b832 /src | |
| parent | 8ee2a6b11150a1d91cb84cf6f3355f20eb40258f (diff) | |
| download | emacs-729ae5471f4d77ff5e60d953d9481a6632d2868f.tar.gz emacs-729ae5471f4d77ff5e60d953d9481a6632d2868f.zip | |
(Vimages_types): Moved to xdisp.c.
(syms_of_xfns): Move `image-types' to xdisp.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xfns.c b/src/xfns.c index 7c991d28265..cf2ba14bb95 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -4897,10 +4897,6 @@ x_sync (f) | |||
| 4897 | 4897 | ||
| 4898 | static struct image_type *image_types; | 4898 | static struct image_type *image_types; |
| 4899 | 4899 | ||
| 4900 | /* A list of symbols, one for each supported image type. */ | ||
| 4901 | |||
| 4902 | Lisp_Object Vimage_types; | ||
| 4903 | |||
| 4904 | /* The symbol `image' which is the car of the lists used to represent | 4900 | /* The symbol `image' which is the car of the lists used to represent |
| 4905 | images in Lisp. */ | 4901 | images in Lisp. */ |
| 4906 | 4902 | ||
| @@ -10312,11 +10308,6 @@ from the image cache. Value must be an integer or nil with nil\n\ | |||
| 10312 | meaning don't clear the cache."); | 10308 | meaning don't clear the cache."); |
| 10313 | Vimage_cache_eviction_delay = make_number (30 * 60); | 10309 | Vimage_cache_eviction_delay = make_number (30 * 60); |
| 10314 | 10310 | ||
| 10315 | DEFVAR_LISP ("image-types", &Vimage_types, | ||
| 10316 | "List of supported image types.\n\ | ||
| 10317 | Each element of the list is a symbol for a supported image type."); | ||
| 10318 | Vimage_types = Qnil; | ||
| 10319 | |||
| 10320 | #ifdef USE_X_TOOLKIT | 10311 | #ifdef USE_X_TOOLKIT |
| 10321 | Fprovide (intern ("x-toolkit")); | 10312 | Fprovide (intern ("x-toolkit")); |
| 10322 | #endif | 10313 | #endif |