emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/progmodes compile.el


From: Nick Roberts
Subject: [Emacs-diffs] emacs/lisp/progmodes compile.el
Date: Thu, 19 Feb 2009 06:54:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  09/02/19 06:54:22

Modified files:
        lisp/progmodes : compile.el 

Log message:
        (compilation-error-regexp-alist-alist): 
        Move entry for maven (alphabetical order).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/compile.el?cvsroot=emacs&r1=1.487&r2=1.488

Patches:
Index: compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.487
retrieving revision 1.488
diff -u -b -r1.487 -r1.488
--- compile.el  18 Feb 2009 15:37:43 -0000      1.487
+++ compile.el  19 Feb 2009 06:54:22 -0000      1.488
@@ -179,10 +179,6 @@
      "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: 
\n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):[0-9]+:[0-9]+:\\)?\
 \\( warning\\)?" 1 2 3 (4))
 
-    (maven
-     ;; Maven is a popular build tool for Java.  Maven is Free Software.
-     "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
-
     (bash
      "^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2)
 
@@ -281,6 +277,10 @@
       (1 (compilation-error-properties 2 3 nil nil nil 0 nil)
         append)))
 
+    (maven
+     ;; Maven is a popular build tool for Java.  Maven is Free Software.
+     "\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
+
     ;; Should be lint-1, lint-2 (SysV lint)
     (mips-1
      " (\\([0-9]+\\)) in \\([^ \n]+\\)" 2 1)




reply via email to

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