emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/elisa 80401a0b52 30/98: Search for gzipped builtin manu


From: ELPA Syncer
Subject: [elpa] externals/elisa 80401a0b52 30/98: Search for gzipped builtin manuals
Date: Wed, 17 Jul 2024 18:58:01 -0400 (EDT)

branch: externals/elisa
commit 80401a0b526893422ffb981fb84834cdafe031c0
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>

    Search for gzipped builtin manuals
---
 elisa.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elisa.el b/elisa.el
index 2c6832af1d..44bb80b1bf 100644
--- a/elisa.el
+++ b/elisa.el
@@ -237,7 +237,8 @@
   (mapcar
    #'file-name-base
    (cl-remove-if-not
-    (lambda (s) (string-suffix-p ".info" s))
+    (lambda (s) (or (string-suffix-p ".info" s)
+                   (string-suffix-p ".info.gz" s)))
     (directory-files (with-temp-buffer
                       (info "emacs" (current-buffer))
                       (file-name-directory Info-current-file))))))



reply via email to

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