emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/w32proc.c
diff -c emacs/src/w32proc.c:1.49 emacs/src/w32proc.c:1.50
*** emacs/src/w32proc.c:1.49    Sun Apr 28 14:53:48 2002
--- emacs/src/w32proc.c Mon Apr 29 21:02:26 2002
***************
*** 748,754 ****
        
        full = Qnil;
        GCPRO1 (program);
!       openp (Vexec_path, program, Vexec_suffixes, &full, 1);
        UNGCPRO;
        if (NILP (full))
        {
--- 748,754 ----
        
        full = Qnil;
        GCPRO1 (program);
!       openp (Vexec_path, program, Vexec_suffixes, &full, make_number (X_OK));
        UNGCPRO;
        if (NILP (full))
        {



reply via email to

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