emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/image.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/image.c,v
Date: Thu, 30 Aug 2007 05:05:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/08/30 05:05:58

Index: image.c
===================================================================
RCS file: /sources/emacs/emacs/src/image.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- image.c     29 Aug 2007 21:47:11 -0000      1.84
+++ image.c     30 Aug 2007 05:05:58 -0000      1.85
@@ -2377,7 +2377,7 @@
                       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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]