branch: externals/compat
commit f86f1e61e212e98850608894df8ce9c91bf9cd53
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Philip Kaludercic <phil...@posteo.net>

    Add fix from faabc69ba to compat--generate-verbose too
---
 compat-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-macs.el b/compat-macs.el
index 4f2d44e2fd..fec167a99a 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -166,7 +166,7 @@ DEF-FN, INSTALL-FN, CHECK-FN, ATTR and TYPE."
                          ((string-match
                            "compat-\\([[:digit:]]+\\)\\.\\(?:elc?\\)\\'"
                            file)
-                          (match-string 1 file))
+                          (concat (match-string 1 file) ".1"))
                          ((error "No version number could be extracted"))))))
          (realname (or (plist-get attr :realname)
                        (intern (format "compat--%S" name))))

Reply via email to