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

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

[nongnu] elpa-admin 14d46c2 375/439: * elpa-admin.el (elpaa--pull): Fix


From: Philip Kaludercic
Subject: [nongnu] elpa-admin 14d46c2 375/439: * elpa-admin.el (elpaa--pull): Fix up oversight in last change
Date: Sun, 17 Oct 2021 15:48:39 -0400 (EDT)

branch: elpa-admin
commit 14d46c22a207bbaf2e0890047aacfcf9134bcff2
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * elpa-admin.el (elpaa--pull): Fix up oversight in last change
---
 elpa-admin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index bb69b16..81339e1 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -994,7 +994,7 @@ Rename DIR/ to PKG-VERS/, and return the descriptor."
                  (let ((elpaa--debug nil))
                    (elpaa--call t "git" "status" "--branch" "--porcelain=2"))
                  (buffer-string))))
-          (if (string-match "\n# branch.ab +0 -0" status)
+          (if (string-match (regexp-quote "\n# branch.ab +0 -0") status)
               (elpaa--message "%s up-to-date" dirname)
             (unless (or (string-match "\n# branch.upstream" status)
                         (not (string-match



reply via email to

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