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

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

[elpa] externals/javaimp 32304ae 14/32: javaimp.el: Fix Maven output sta


From: Stefan Monnier
Subject: [elpa] externals/javaimp 32304ae 14/32: javaimp.el: Fix Maven output start regexp.
Date: Tue, 1 Dec 2020 10:08:28 -0500 (EST)

branch: externals/javaimp
commit 32304ae7566e2ac19415bd616efa27f95b4d411e
Author: Filipp Gunbin <fgunbin@fastmail.fm>
Commit: Filipp Gunbin <fgunbin@fastmail.fm>

    javaimp.el: Fix Maven output start regexp.
---
 javaimp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/javaimp.el b/javaimp.el
index 68ec76b..e1152a9 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -315,7 +315,7 @@ with POM"
      (let (xml-start-pos xml-end-pos)
        ;; find where we should start parsing XML
        (goto-char (point-min))
-       (re-search-forward "<\\?xml\\|<projects?>")
+       (re-search-forward "<\\?xml\\|<projects?")
        (setq xml-start-pos (match-beginning 0))
        ;; determine the start tag
        (goto-char (point-min))



reply via email to

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