From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: recent change to printing.el Date: Mon, 22 Oct 2007 15:33:09 -0700 Message-ID: <200710222233.l9MMXBks000615@oogie-boogie.ics.uci.edu> References: <9o1wbmlsn2.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193092595 9021 80.91.229.12 (22 Oct 2007 22:36:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 22:36:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 00:36:36 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 1Ik5sw-0004AT-KX for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 00:36:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik5sn-0006lJ-TA for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 18:36:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik5sb-0006hs-Oo for emacs-devel@gnu.org; Mon, 22 Oct 2007 18:36:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik5sX-0006g2-S6 for emacs-devel@gnu.org; Mon, 22 Oct 2007 18:36:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik5sX-0006fn-I2 for emacs-devel@gnu.org; Mon, 22 Oct 2007 18:36:09 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ik5sQ-00016G-Gw; Mon, 22 Oct 2007 18:36:02 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l9MMXBks000615; Mon, 22 Oct 2007 15:33:12 -0700 (PDT) In-Reply-To: <9o1wbmlsn2.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon\, 22 Oct 2007 17\:57\:21 -0400") Original-Lines: 14 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_82 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:81491 Archived-At: Glenn Morris writes: > This change: > > 2007-10-22 Dan Nicolaescu > [...] > * printing.el: Move variable definitions before use, no code change. > > breaks printing.el: > > emacs -Q -l printing > Symbol's function definition is void: pr-txt-name-custom-set Thanks. I have a fix, I'll check it in later today.