Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.357 
emacs/lisp/progmodes/compile.el:1.358
*** emacs/lisp/progmodes/compile.el:1.357       Sun May 29 08:32:57 2005
--- emacs/lisp/progmodes/compile.el     Fri Jun  3 08:41:20 2005
***************
*** 231,239 ****
  
      (makepp
       "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading 
makefile\\) \\|.*?\\)\
! `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'\\)"
       4 5 nil (1 . 2) 3
!      ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)'" nil nil
        (2 compilation-info-face)
        (3 compilation-line-face nil t)
        (1 (compilation-error-properties 2 3 nil nil nil 0 nil)
--- 231,239 ----
  
      (makepp
       "^makepp: \\(?:\\(?:warning\\(:\\).*?\\|\\(Scanning\\|[LR]e?l?oading 
makefile\\) \\|.*?\\)\
! `\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]\\)"
       4 5 nil (1 . 2) 3
!      ("`\\(\\(\\S +?\\)\\(?::\\([0-9]+\\)\\)?\\)['(]" nil nil
        (2 compilation-info-face)
        (3 compilation-line-face nil t)
        (1 (compilation-error-properties 2 3 nil nil nil 0 nil)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to