[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 7cbe962 2/2: * src/lread.c (openp): Add a comment b
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 7cbe962 2/2: * src/lread.c (openp): Add a comment before the now-obscure loop. |
Date: |
Sun, 15 Apr 2018 12:15:45 -0400 (EDT) |
branch: master
commit 7cbe9628d145d222ddcb2cb9b036a9c2d5017fe8
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
* src/lread.c (openp): Add a comment before the now-obscure loop.
---
src/lread.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/lread.c b/src/lread.c
index 5fe4d26..65d22af 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1587,6 +1587,8 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object
suffixes,
absolute = complete_filename_p (str);
+ /* Go through all entries in the path and see whether we find the
+ executable. */
do {
ptrdiff_t baselen, prefixlen;