From: Glenn Morris Date: Thu, 30 Aug 2007 05:08:24 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~11203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=050b82f6f513d71be620fc3b5bb38d87826857fb;p=emacs.git Comment. --- diff --git a/ChangeLog b/ChangeLog index f8cfbed4037..6150a31c522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-30 Glenn Morris + + * 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 * README: Increase version to 23.0.50. 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) 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)