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: [Emacs-diffs] /srv/bzr/emacs/trunk r100758: Convert DEFUNs to standard C. Date: Thu, 08 Jul 2010 20:25:48 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278635156 10202 80.91.229.12 (9 Jul 2010 00:25:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 00:25:56 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 09 02:25:55 2010 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.69) (envelope-from ) id 1OX1Pe-0007AU-Tu for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 02:25:55 +0200 Original-Received: from localhost ([127.0.0.1]:51108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX1Pe-0004Zi-B5 for ged-emacs-devel@m.gmane.org; Thu, 08 Jul 2010 20:25:54 -0400 Original-Received: from [199.232.76.173] (port=54277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX1Pa-0004Zd-D3 for emacs-devel@gnu.org; Thu, 08 Jul 2010 20:25:50 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OX1PZ-0006xE-AW for emacs-devel@gnu.org; Thu, 08 Jul 2010 20:25:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41895) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OX1PZ-0006xA-3G for emacs-devel@gnu.org; Thu, 08 Jul 2010 20:25:49 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX1PY-0002gE-S5; Thu, 08 Jul 2010 20:25:48 -0400 In-Reply-To: (Juanma Barranquero's message of "Fri\, 9 Jul 2010 02\:17\:06 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) 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:126930 Archived-At: Juanma Barranquero writes: > Some fallout from this change: > >> revno: 100758 >> committer: Dan Nicolaescu >> branch nick: trunk >> timestamp: Thu 2010-07-08 14:25:08 -0700 >> message: >> =A0Convert DEFUNs to standard C. > > C-h f rename-buffer > > rename-buffer is an interactive built-in function in `C source code'. > > (rename-buffer REGISTER &optional LISP-OBJECT NEWNAME LISP-OBJECT UNIQU= E) make-docfile needs updating... Ken Raeburn said a few days ago he'd look in= to it. > and > > emacs -Q -l uniquify > M-x rename-buffer test > > =3D> Wrong number of arguments: ad-Orig-rename-buffer, 5 No idea about this one. Can you please take a look?