diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
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\ |