emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.546 emacs/src/xfns.c:1.547
*** emacs/src/xfns.c:1.546      Tue Apr 23 15:08:37 2002
--- emacs/src/xfns.c    Mon Apr 29 21:02:42 2002
***************
*** 649,655 ****
      }
  
    /* 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);
--- 649,655 ----
      }
  
    /* 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);
***************
*** 6674,6680 ****
    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;
--- 6674,6680 ----
    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]