From xemacs-m  Sun Mar  9 23:06:36 1997
Received: from mecca.spd.louisville.edu (mecca.spd.louisville.edu [136.165.40.148])
	by xemacs.org (8.8.5/8.8.5) with SMTP id XAA17114
	for <xemacs-beta@xemacs.org>; Sun, 9 Mar 1997 23:06:35 -0600 (CST)
Received: (from tjchol01@localhost) by mecca.spd.louisville.edu (950413.SGI.8.6.12/8.6.12) id FAA15383; Mon, 10 Mar 1997 05:06:41 GMT
Date: Mon, 10 Mar 1997 05:06:41 GMT
Message-Id: <199703100506.FAA15383@mecca.spd.louisville.edu>
From: "Tomasz J. Cholewo" <tjchol01@mecca.spd.louisville.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: XEmacs-Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Re: [patch] 20.1-b6 completion-regexp-list meaning reversed

As Steve pointed out I did not give a pointer to make-regexp.el.  From
font-lock.el: 

;; Nasty regexps of the form "bar\\(\\|lo\\)\\|f\\(oo\\|u\\(\\|bar\\)\\)\\|lo"
;; are made thusly: (make-regexp '("foo" "fu" "fubar" "bar" "barlo" "lo")) for
;; efficiency.  See /pub/gnu/emacs/elisp-archive/functions/make-regexp.el.Z on
;; archive.cis.ohio-state.edu for this and other functions.

Tom

