/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.546 by rms, Tue Apr 23 19:08:37 2002 UTC revision 1.547 by monnier, Tue Apr 30 01:02:42 2002 UTC
# Line 649  x_create_bitmap_from_file (f, file) Line 649  x_create_bitmap_from_file (f, file)
649      }      }
650    
651    /* Search bitmap-file-path for the file, if appropriate.  */    /* Search bitmap-file-path for the file, if appropriate.  */
652    fd = openp (Vx_bitmap_file_path, file, Qnil, &found, 0);    fd = openp (Vx_bitmap_file_path, file, Qnil, &found, Qnil);
653    if (fd < 0)    if (fd < 0)
654      return -1;      return -1;
655    emacs_close (fd);    emacs_close (fd);
# Line 6674  x_find_image_file (file) Line 6674  x_find_image_file (file)
6674    GCPRO2 (file_found, search_path);    GCPRO2 (file_found, search_path);
6675    
6676    /* Try to find FILE in data-directory, then x-bitmap-file-path.  */    /* Try to find FILE in data-directory, then x-bitmap-file-path.  */
6677    fd = openp (search_path, file, Qnil, &file_found, 0);    fd = openp (search_path, file, Qnil, &file_found, Qnil);
6678        
6679    if (fd == -1)    if (fd == -1)
6680      file_found = Qnil;      file_found = Qnil;

Legend:
Removed from v.1.546  
changed lines
  Added in v.1.547

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26