From: Camm Maguire Date: Wed, 18 Dec 2019 20:14:09 +0000 (+0000) Subject: pathnames1.13 X-Git-Tag: archive/raspbian/2.6.12-91+rpi1^2~59 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f16fdec7d5fbd161da03ffcda84fa72d559858ef;p=gcl.git pathnames1.13 Gbp-Pq: Name pathnames1.13 --- diff --git a/lsp/gcl_iolib.lsp b/lsp/gcl_iolib.lsp index 60a18d99..d3bca684 100755 --- a/lsp/gcl_iolib.lsp +++ b/lsp/gcl_iolib.lsp @@ -460,7 +460,8 @@ (defun load-pathname-exists (z) (or (probe-file z) (when *allow-gzipped-file* - (probe-file (string-concatenate (namestring z) ".gz"))))) + (when (probe-file (string-concatenate (namestring z) ".gz")) + z)))) (defun load-pathname (p print if-does-not-exist external-format &aux (pp (merge-pathnames p))