>>>> "Robert" == Robert Pluim
<rpluim(a)nortelnetworks.com> writes:
Thanks for the patch, Robert!
I found this later yesterday and have it fixed in my working
directory.
I'll commit soon.
Best regards,
Adrian
Robert> (I'm custom illiterate, but this seems like the obvious fix).
Robert> ChangeLog
Robert> 2000-09-25 Robert Pluim <rpluim(a)bigfoot.com>
Robert> * build-report.el (build-report-delete-regexp): quote value in defcustom
Robert> Index: build-report.el
Robert> ===================================================================
Robert> RCS file: /usr/CVSroot/XEmacs/xemacs/lisp/build-report.el,v
Robert> retrieving revision 1.5.2.5
Robert> diff -u -w -u -r1.5.2.5 build-report.el
Robert> --- build-report.el 2000/09/24 09:21:52 1.5.2.5
Robert> +++ build-report.el 2000/09/25 08:31:03
Robert> @@ -112,7 +112,7 @@
Robert> :group 'build-report)
Robert> (defcustom build-report-delete-regexp
Robert> - ("confl.*with.*auto-inlining" "^Formatting:")
Robert> + (quote ("confl.*with.*auto-inlining"
"^Formatting:"))
Robert> "*Regexp of make process output lines to delete from the
report."
Robert> :type '(repeat
Robert> :custom-show t
--
Adrian Aichner <adrian(a)xemacs.org>