diff lisp/build-report.el @ 235:85a06df23a9a r20-5b16

Import from CVS: tag r20-5b16
author cvs
date Mon, 13 Aug 2007 10:14:40 +0200
parents 262b8bb4a523
children f220cc83d72e
line wrap: on
line diff
--- a/lisp/build-report.el	Mon Aug 13 10:14:17 2007 +0200
+++ b/lisp/build-report.el	Mon Aug 13 10:14:40 2007 +0200
@@ -83,7 +83,8 @@
 
 (defcustom build-report-delete-regexp
   (list
-   "confl.*with.*auto-inlining")
+   "confl.*with.*auto-inlining"
+   (concat (regexp-quote (gethash 'blddir (config-value-hash-table))) "/lisp/[^ \t\n]+ hides "))
   "Regexp of make process output lines to delete from the report."
   :type '(repeat regexp)
   :group 'build-report)