emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.185 emacs/src/callproc.c:1.186
*** emacs/src/callproc.c:1.185  Mon Apr 29 18:56:39 2002
--- emacs/src/callproc.c        Mon Apr 29 21:00:24 2002
***************
*** 381,387 ****
      struct gcpro gcpro1;
  
      GCPRO1 (current_dir);
!     openp (Vexec_path, args[0], Vexec_suffixes, &path, 1);
      UNGCPRO;
    }
    if (NILP (path))
--- 381,387 ----
      struct gcpro gcpro1;
  
      GCPRO1 (current_dir);
!     openp (Vexec_path, args[0], Vexec_suffixes, &path, make_number (X_OK));
      UNGCPRO;
    }
    if (NILP (path))



reply via email to

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