emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.306 emacs/src/emacs.c:1.307
*** emacs/src/emacs.c:1.306     Fri Apr 26 19:39:05 2002
--- emacs/src/emacs.c   Mon Apr 29 21:00:48 2002
***************
*** 447,453 ****
      {
        Lisp_Object found;
        int yes = openp (Vexec_path, Vinvocation_name,
!                      Vexec_suffixes, &found, 1);
        if (yes == 1)
        {
          /* Add /: to the front of the name
--- 447,453 ----
      {
        Lisp_Object found;
        int yes = openp (Vexec_path, Vinvocation_name,
!                      Vexec_suffixes, &found, make_number (X_OK));
        if (yes == 1)
        {
          /* Add /: to the front of the name



reply via email to

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