=== modified file 'lisp/progmodes/compile.el' --- lisp/progmodes/compile.el 2013-04-24 13:50:22 +0000 +++ lisp/progmodes/compile.el 2013-05-22 06:03:23 +0000 @@ -447,7 +447,9 @@ File = \\(.+\\), Line = \\([0-9]+\\)\\(? ;; "^\\([^ \t\r\n(]+\\) (\\([0-9]+\\):\\([0-9]+\\)) " 1 2 3) - ) + (cscope + "^\\([^ \t]+\\)[ \t]+\\([^ \t]+\\)[ \t]+\\([0-9]+\\)[ \t]+\\(.*\\)\n" + 1 3)) "Alist of values for `compilation-error-regexp-alist'.") (defcustom compilation-error-regexp-alist