branch: master
commit 135c7587f9764e0cc224c0e865b31e6c2b2cc83d
Author: Filipp Gunbin <fgun...@fastmail.fm>
Commit: Filipp Gunbin <fgun...@fastmail.fm>

    javaimp.el: Fix Maven output start regexp.
---
 packages/javaimp/javaimp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/javaimp/javaimp.el b/packages/javaimp/javaimp.el
index 68ec76b..e1152a9 100644
--- a/packages/javaimp/javaimp.el
+++ b/packages/javaimp/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