From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: emacs/lisp/calc calc.el Date: Mon, 27 Apr 2009 17:56:14 -0500 Message-ID: <877i151zap.fsf@gmail.com> References: Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240873013 26778 80.91.229.12 (27 Apr 2009 22:56:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2009 22:56:53 +0000 (UTC) Cc: jay.p.belanger@gmail.com To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 28 00:56:45 2009 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 1LyZki-0000mf-VH for ged-emacs-devel@m.gmane.org; Tue, 28 Apr 2009 00:56:45 +0200 Original-Received: from localhost ([127.0.0.1]:34922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyZki-0001iE-Gx for ged-emacs-devel@m.gmane.org; Mon, 27 Apr 2009 18:56:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyZkd-0001hh-GM for emacs-devel@gnu.org; Mon, 27 Apr 2009 18:56:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyZkY-0001hQ-K5 for emacs-devel@gnu.org; Mon, 27 Apr 2009 18:56:38 -0400 Original-Received: from [199.232.76.173] (port=48073 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyZkY-0001hN-BQ for emacs-devel@gnu.org; Mon, 27 Apr 2009 18:56:34 -0400 Original-Received: from s4.cableone.net ([24.116.0.230]:48454) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyZkX-0005gh-OU for emacs-devel@gnu.org; Mon, 27 Apr 2009 18:56:34 -0400 Original-Received: from belanger (unverified [24.116.73.151]) by S4.cableone.net (CableOne SMTP Service S4) with ESMTP id 16167160-1872270 for multiple; Mon, 27 Apr 2009 15:56:16 -0700 In-Reply-To: (Glenn Morris's message of "Mon, 27 Apr 2009 18:44:27 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Vpipe: Scanner said ok (av_avast) X-SpamDetect: *: 1.500000 Url to yahoo groups=1.5 X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 1, First 199, in=70, out=0, spam=0 ip=24.116.73.151 X-Originating-IP: 24.116.73.151 X-Abuse-Info: Send abuse complaints to abuse@cableone.net X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:110496 Archived-At: Glenn Morris writes: ... > copy-list is a CL function, which may not be used at runtime. > Hence this warning: > > calc.el:3781:1:Warning: the function `copy-list' is not known to be defined. Oops; how careless of me. I'll fix it right away.