aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 69b53629ec1..b8db117c79c 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1772,7 +1772,7 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes,
1772 } 1772 }
1773 } 1773 }
1774 } 1774 }
1775 if (absolute) 1775 if (absolute || NILP (path))
1776 break; 1776 break;
1777 path = XCDR (path); 1777 path = XCDR (path);
1778 } while (CONSP (path)); 1778 } while (CONSP (path));