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

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

[elpa] master 135c758: javaimp.el: Fix Maven output start regexp.


From: Filipp Gunbin
Subject: [elpa] master 135c758: javaimp.el: Fix Maven output start regexp.
Date: Wed, 28 Oct 2015 12:36:31 +0000

branch: master
commit 135c7587f9764e0cc224c0e865b31e6c2b2cc83d
Author: Filipp Gunbin <address@hidden>
Commit: Filipp Gunbin <address@hidden>

    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

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