Comment.
This commit is contained in:
parent
0f1444e1e1
commit
050b82f6f5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.in (AH_BOTTOM): Copy some manual changes made to
|
||||
src/config.in here so they are not lost when it regenerates.
|
||||
|
||||
2007-08-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* README: Increase version to 23.0.50.
|
||||
|
|
|
@ -2377,7 +2377,7 @@ x_find_image_file (file)
|
|||
Vx_bitmap_file_path);
|
||||
GCPRO2 (file_found, search_path);
|
||||
|
||||
/* Try to find FILE in data-directory, then x-bitmap-file-path. */
|
||||
/* Try to find FILE in data-directory/images, then x-bitmap-file-path. */
|
||||
fd = openp (search_path, file, Qnil, &file_found, Qnil);
|
||||
|
||||
if (fd == -1)
|
||||
|
|
Loading…
Add table
Reference in a new issue