From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21981 invoked by alias); 7 Feb 2005 18:36:11 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 21923 invoked from network); 7 Feb 2005 18:36:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 Feb 2005 18:36:05 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j17Ia5j5011198 for ; Mon, 7 Feb 2005 13:36:05 -0500 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j17IZwO14639; Mon, 7 Feb 2005 13:35:59 -0500 To: cgen@sources.redhat.com Subject: committed: profile elm-xset!, not elm-set! From: Jim Blandy Date: Mon, 07 Feb 2005 18:36:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-q1/txt/msg00024.txt.bz2 2005-02-07 Jim Blandy * cos.scm: Profile elm-xset! when requested, not elm-set!; the latter is a macro. Index: cgen/cos.scm =================================================================== RCS file: /cvs/src/src/cgen/cos.scm,v retrieving revision 1.2 diff -c -p -r1.2 cos.scm *** cgen/cos.scm 16 Jul 2003 05:35:47 -0000 1.2 --- cgen/cos.scm 7 Feb 2005 18:34:35 -0000 *************** *** 1327,1333 **** (if (and #f (defined? 'proc-profile)) (begin (proc-profile elm-get) ! (proc-profile elm-set!) (proc-profile elm-present?) (proc-profile -method-lookup) (proc-profile send) --- 1327,1333 ---- (if (and #f (defined? 'proc-profile)) (begin (proc-profile elm-get) ! (proc-profile elm-xset!) (proc-profile elm-present?) (proc-profile -method-lookup) (proc-profile send)