changeset 12036:035d4ee6cc80

(syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 May 1995 23:17:55 +0000
parents c3747e64cff0
children a9ada5749a17
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Tue May 30 23:07:27 1995 +0000
+++ b/src/xfns.c	Tue May 30 23:17:55 1995 +0000
@@ -4813,7 +4813,7 @@
 
   DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
     "List of directories to search for bitmap files for X.");
-  Vx_bitmap_file_path = Fcons (build_string (PATH_BITMAPS), Qnil);
+  Vx_bitmap_file_path = decode_env_path ((char *) 0, PATH_BITMAPS);
 
   DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,
     "The shape of the pointer when over text.\n\