emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32fns.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Mon, 29 Apr 2002 21:02:16 -0400

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.167 emacs/src/w32fns.c:1.168
*** emacs/src/w32fns.c:1.167    Tue Apr 16 18:26:33 2002
--- emacs/src/w32fns.c  Mon Apr 29 21:02:16 2002
***************
*** 576,582 ****
      }
  
    /* Search bitmap-file-path for the file, if appropriate.  */
!   fd = openp (Vx_bitmap_file_path, file, Qnil, &found, 0);
    if (fd < 0)
      return -1;
    emacs_close (fd);
--- 576,582 ----
      }
  
    /* Search bitmap-file-path for the file, if appropriate.  */
!   fd = openp (Vx_bitmap_file_path, file, Qnil, &found, Qnil);
    if (fd < 0)
      return -1;
    emacs_close (fd);
***************
*** 9454,9460 ****
    GCPRO2 (file_found, search_path);
  
    /* Try to find FILE in data-directory, then x-bitmap-file-path.  */
!   fd = openp (search_path, file, Qnil, &file_found, 0);
    
    if (fd == -1)
      file_found = Qnil;
--- 9454,9460 ----
    GCPRO2 (file_found, search_path);
  
    /* Try to find FILE in data-directory, then x-bitmap-file-path.  */
!   fd = openp (search_path, file, Qnil, &file_found, Qnil);
    
    if (fd == -1)
      file_found = Qnil;



reply via email to

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