aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorGlenn Morris2007-08-30 05:08:24 +0000
committerGlenn Morris2007-08-30 05:08:24 +0000
commit050b82f6f513d71be620fc3b5bb38d87826857fb (patch)
tree92f0141639a8f259bf6669a96dad47d0ae9dc857 /src/image.c
parent0f1444e1e179240df3fe4a1a82561c4010cda285 (diff)
downloademacs-050b82f6f513d71be620fc3b5bb38d87826857fb.tar.gz
emacs-050b82f6f513d71be620fc3b5bb38d87826857fb.zip
Comment.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index fcfddd7f5dc..7a258df5a3b 100644
--- a/src/image.c
+++ b/src/image.c
@@ -2377,7 +2377,7 @@ x_find_image_file (file)
2377 Vx_bitmap_file_path); 2377 Vx_bitmap_file_path);
2378 GCPRO2 (file_found, search_path); 2378 GCPRO2 (file_found, search_path);
2379 2379
2380 /* Try to find FILE in data-directory, then x-bitmap-file-path. */ 2380 /* Try to find FILE in data-directory/images, then x-bitmap-file-path. */
2381 fd = openp (search_path, file, Qnil, &file_found, Qnil); 2381 fd = openp (search_path, file, Qnil, &file_found, Qnil);
2382 2382
2383 if (fd == -1) 2383 if (fd == -1)