aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-30 23:17:55 +0000
committerKarl Heuer1995-05-30 23:17:55 +0000
commite241c09b688001791daac166da842f65cefa4a3a (patch)
treea035c8e90389c2cb1e2f1fceb5e302c655159808 /src
parentb3a3cb637bdc30122533eaace593a05fa245d650 (diff)
downloademacs-e241c09b688001791daac166da842f65cefa4a3a.tar.gz
emacs-e241c09b688001791daac166da842f65cefa4a3a.zip
(syms_of_xfns): Allow PATH_BITMAPS to be a colon-separated list.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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 ()
4813 4813
4814 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, 4814 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
4815 "List of directories to search for bitmap files for X."); 4815 "List of directories to search for bitmap files for X.");
4816 Vx_bitmap_file_path = Fcons (build_string (PATH_BITMAPS), Qnil); 4816 Vx_bitmap_file_path = decode_env_path ((char *) 0, PATH_BITMAPS);
4817 4817
4818 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, 4818 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,
4819 "The shape of the pointer when over text.\n\ 4819 "The shape of the pointer when over text.\n\