comparison 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
comparison
equal deleted inserted replaced
234:946e7f6ce379 235:85a06df23a9a
81 :type '(repeat regexp) 81 :type '(repeat regexp)
82 :group 'build-report) 82 :group 'build-report)
83 83
84 (defcustom build-report-delete-regexp 84 (defcustom build-report-delete-regexp
85 (list 85 (list
86 "confl.*with.*auto-inlining") 86 "confl.*with.*auto-inlining"
87 (concat (regexp-quote (gethash 'blddir (config-value-hash-table))) "/lisp/[^ \t\n]+ hides "))
87 "Regexp of make process output lines to delete from the report." 88 "Regexp of make process output lines to delete from the report."
88 :type '(repeat regexp) 89 :type '(repeat regexp)
89 :group 'build-report) 90 :group 'build-report)
90 91
91 (defcustom build-report-make-output-file 92 (defcustom build-report-make-output-file