From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: Changing `string-to-int' to `string-to-number' Date: Thu, 26 May 2005 01:48:59 +0200 Message-ID: <874qcqooic.fsf@xs4all.nl> References: <87zmui532a.fsf@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1117065330 15939 80.91.229.2 (25 May 2005 23:55:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 May 2005 23:55:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 01:55:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Db5gx-0000PY-HF for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 01:53:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db5ku-0007ts-N7 for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 19:57:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Db5kf-0007sr-6E for emacs-devel@gnu.org; Wed, 25 May 2005 19:57:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Db5kb-0007pr-9K for emacs-devel@gnu.org; Wed, 25 May 2005 19:57:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db5kY-0007ol-Bz for emacs-devel@gnu.org; Wed, 25 May 2005 19:57:22 -0400 Original-Received: from [194.109.24.33] (helo=smtp-vbr13.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Db5cy-0008TR-K0 for emacs-devel@gnu.org; Wed, 25 May 2005 19:49:33 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id j4PNn0lQ096239; Thu, 26 May 2005 01:49:00 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1Db5cR-0001AX-00; Thu, 26 May 2005 01:48:59 +0200 Original-To: Bill Wohler In-Reply-To: <87zmui532a.fsf@olgas.newt.com> (Bill Wohler's message of "Wed, 25 May 2005 15:54:53 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 11 X-Virus-Scanned: by XS4ALL Virus Scanner 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:37653 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37653 Bill Wohler writes: [...] > Do you have any idea when string-to-number was introduced? I would > like to simply substitute string-to-number for string-to-int, as you > have done, but we are still supporting Emacs 20.7. string-to-number was introduced in Emacs 19.7. Lute.