From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [bojohan+mail@dd.chalmers.se: The `cl-functions' byte compiler warning doesn't work] Date: Sun, 10 Jun 2007 18:17:22 +0200 Message-ID: <466C2412.5040600@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181492210 30733 80.91.229.12 (10 Jun 2007 16:16:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2007 16:16:50 +0000 (UTC) Cc: =?ISO-8859-15?Q?Johan_Bockg=E5rd?= , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 10 18:16:48 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HxQ5v-0000Qy-8p for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2007 18:16:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxQ5u-0001dX-Ko for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2007 12:16:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxQ5r-0001br-9X for emacs-devel@gnu.org; Sun, 10 Jun 2007 12:16:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxQ5p-0001ZC-Rc for emacs-devel@gnu.org; Sun, 10 Jun 2007 12:16:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxQ5p-0001Z2-NE for emacs-devel@gnu.org; Sun, 10 Jun 2007 12:16:41 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HxQ5p-0007vI-AC for emacs-devel@gnu.org; Sun, 10 Jun 2007 12:16:41 -0400 Original-Received: (qmail invoked by alias); 10 Jun 2007 16:16:39 -0000 Original-Received: from N912P008.adsl.highway.telekom.at (EHLO [62.47.57.232]) [62.47.57.232] by mail.gmx.net (mp058) with SMTP; 10 Jun 2007 18:16:39 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+i91cqMi6i4035GMHdbrVZsztKTIDZXnt1Tu8y37 r88H5GqC5RKPlT User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72584 Archived-At: > Would someone please fix this in the trunk, then ack? > > ------- Start of forwarded message ------- > X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY > autolearn=failed version=3.1.0 > From: bojohan+mail@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) > To: emacs-pretest-bug@gnu.org > Date: Fri, 08 Jun 2007 16:43:46 +0200 > MIME-Version: 1.0 > Content-Type: text/plain; charset=utf-8 > Subject: The `cl-functions' byte compiler warning doesn't work > > > The file names in `load-history' are absolute nowadays, but > bytecomp.el expects relative names: > > (defun byte-compile-find-cl-functions () > (unless byte-compile-cl-functions > (dolist (elt load-history) > (when (and (stringp (car elt)) > (string-match "^cl\\>" (car elt))) > [...] > > Also, there's a typo in the comment on line 101 of bytecomp.el. > "cl-warnings" should be "cl-functions". I've checked in a fix. Please try.