diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c index 5fe4d26fd94..65d22af6937 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1587,6 +1587,8 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes, | |||
| 1587 | 1587 | ||
| 1588 | absolute = complete_filename_p (str); | 1588 | absolute = complete_filename_p (str); |
| 1589 | 1589 | ||
| 1590 | /* Go through all entries in the path and see whether we find the | ||
| 1591 | executable. */ | ||
| 1590 | do { | 1592 | do { |
| 1591 | ptrdiff_t baselen, prefixlen; | 1593 | ptrdiff_t baselen, prefixlen; |
| 1592 | 1594 | ||