emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Fri, 10 Jun 2005 20:09:40 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.361 
emacs/lisp/progmodes/compile.el:1.362
*** emacs/lisp/progmodes/compile.el:1.361       Fri Jun 10 22:54:06 2005
--- emacs/lisp/progmodes/compile.el     Sat Jun 11 00:09:39 2005
***************
*** 246,252 ****
       " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2)
  
      (msft
!      "^\\([0-9]+>\\)\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
  : \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 2 3 nil (4))
  
      (oracle
--- 246,252 ----
       " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2)
  
      (msft
!      "^\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
  : \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 2 3 nil (4))
  
      (oracle




reply via email to

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