emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] eliminate false positive in compile.el


From: Daniel Colascione
Subject: [PATCH] eliminate false positive in compile.el
Date: Thu, 25 Mar 2010 00:07:55 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=== modified file 'lisp/progmodes/compile.el'
- --- lisp/progmodes/compile.el 2010-03-24 13:41:07 +0000
+++ lisp/progmodes/compile.el   2010-03-25 03:22:22 +0000
@@ -262,7 +262,7 @@
 \\(?:-\\([0-9]+\\)?\\(?:\\.\\([0-9]+\\)\\)?\\)?:\
 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
  *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated
from\\|[Nn]ote\\)\\|\
- -\[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"
+\[0-9]?\\(?:[^0-9\n]\\)\\|[0-9][0-9][0-9]\\)"
      1 (2 . 5) (4 . 6) (7 . 8))

     ;; The `gnu' style above can incorrectly match gcc's "In file

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)

iEYEARECAAYFAkuq4ZsACgkQ17c2LVA10VvzmwCfZ/SDqMc4EkLjwdiDuxARiWLV
LuAAoNYkH3yw0VtDaPNpczxQ1xMAUaa0
=27+E
-----END PGP SIGNATURE-----




reply via email to

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