emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.1 emacs/src/macfns.c:1.2
*** emacs/src/macfns.c:1.1      Fri Apr 26 19:39:05 2002
--- emacs/src/macfns.c  Mon Apr 29 21:01:26 2002
***************
*** 539,545 ****
      }
  
    /* Search bitmap-file-path for the file, if appropriate.  */
!   fd = openp (Vx_bitmap_file_path, file, "", &found, 0);
    if (fd < 0)
      return -1;
    /* LoadLibraryEx won't handle special files handled by Emacs handler.  */
--- 539,545 ----
      }
  
    /* Search bitmap-file-path for the file, if appropriate.  */
!   fd = openp (Vx_bitmap_file_path, file, "", &found, Qnil);
    if (fd < 0)
      return -1;
    /* LoadLibraryEx won't handle special files handled by Emacs handler.  */
***************
*** 5570,5576 ****
    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 < 0)
      file_found = Qnil;
--- 5570,5576 ----
    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 < 0)
      file_found = Qnil;



reply via email to

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