Mercurial > emacs
comparison src/w32fns.c @ 28983:6bf3edbe4eba
(Vimage_types): Removed.
(syms_of_w32fns): Remove `image-types'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 19 May 2000 11:52:17 +0000 |
parents | f62bb21d38db |
children | be2769eac1a5 |
comparison
equal
deleted
inserted
replaced
28982:ae47bb1b8f9d | 28983:6bf3edbe4eba |
---|---|
7184 /* List of supported image types. Use define_image_type to add new | 7184 /* List of supported image types. Use define_image_type to add new |
7185 types. Use lookup_image_type to find a type for a given symbol. */ | 7185 types. Use lookup_image_type to find a type for a given symbol. */ |
7186 | 7186 |
7187 static struct image_type *image_types; | 7187 static struct image_type *image_types; |
7188 | 7188 |
7189 /* A list of symbols, one for each supported image type. */ | |
7190 | |
7191 Lisp_Object Vimage_types; | |
7192 | |
7193 /* The symbol `image' which is the car of the lists used to represent | 7189 /* The symbol `image' which is the car of the lists used to represent |
7194 images in Lisp. */ | 7190 images in Lisp. */ |
7195 | 7191 |
7196 extern Lisp_Object Qimage; | 7192 extern Lisp_Object Qimage; |
7197 | 7193 |
12951 When an image has not been displayed this many seconds, remove it\n\ | 12947 When an image has not been displayed this many seconds, remove it\n\ |
12952 from the image cache. Value must be an integer or nil with nil\n\ | 12948 from the image cache. Value must be an integer or nil with nil\n\ |
12953 meaning don't clear the cache."); | 12949 meaning don't clear the cache."); |
12954 Vimage_cache_eviction_delay = make_number (30 * 60); | 12950 Vimage_cache_eviction_delay = make_number (30 * 60); |
12955 | 12951 |
12956 DEFVAR_LISP ("image-types", &Vimage_types, | |
12957 "List of supported image types.\n\ | |
12958 Each element of the list is a symbol for a supported image type."); | |
12959 Vimage_types = Qnil; | |
12960 | |
12961 DEFVAR_LISP ("w32-bdf-filename-alist", | 12952 DEFVAR_LISP ("w32-bdf-filename-alist", |
12962 &Vw32_bdf_filename_alist, | 12953 &Vw32_bdf_filename_alist, |
12963 "List of bdf fonts and their corresponding filenames."); | 12954 "List of bdf fonts and their corresponding filenames."); |
12964 Vw32_bdf_filename_alist = Qnil; | 12955 Vw32_bdf_filename_alist = Qnil; |
12965 | 12956 |