]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/javaimp/javaimp.el
javaimp.el: Fix Maven output start regexp.
[gnu-emacs-elpa] / packages / javaimp / javaimp.el
index 68ec76b87006f6a5b129935c217ff84152475c11..e1152a9b53d859181359dcaa969d6d589a0169f0 100644 (file)
@@ -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))