From: Karl Heuer Date: Tue, 30 May 1995 23:17:55 +0000 (+0000) Subject: (syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list. X-Git-Tag: emacs-19.34~3822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e241c09b688001791daac166da842f65cefa4a3a;p=emacs.git (syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list. --- diff --git a/src/xfns.c b/src/xfns.c index fb62b8042a1..abc64d6944d 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4813,7 +4813,7 @@ syms_of_xfns () 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\