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:40:27 -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 1278636536 13114 80.91.229.12 (9 Jul 2010 00:48:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 00:48: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:48: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 1OX1lu-0001qC-Lk for ged-emacs-devel@m.gmane.org; Fri, 09 Jul 2010 02:48:55 +0200 Original-Received: from localhost ([127.0.0.1]:55040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX1lt-00077J-C6 for ged-emacs-devel@m.gmane.org; Thu, 08 Jul 2010 20:48:53 -0400 Original-Received: from [199.232.76.173] (port=49809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX1ln-00076F-Al for emacs-devel@gnu.org; Thu, 08 Jul 2010 20:48:47 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OX1dj-0007Da-HX for emacs-devel@gnu.org; Thu, 08 Jul 2010 20:40:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OX1dj-0007DW-BT for emacs-devel@gnu.org; Thu, 08 Jul 2010 20:40:27 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX1dj-0003Xf-3O; Thu, 08 Jul 2010 20:40:27 -0400 In-Reply-To: (Juanma Barranquero's message of "Fri\, 9 Jul 2010 02\:32\:42 +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:126932 Archived-At: Juanma Barranquero writes: > On Fri, Jul 9, 2010 at 02:25, Dan Nicolaescu wrote: > >> make-docfile needs updating... Ken Raeburn said a few days ago he'd look= into it. > > Ah, OK. > >>> =A0=3D> Wrong number of arguments: ad-Orig-rename-buffer, 5 >> >> No idea about this one. > > Debugger entered--Lisp error: (wrong-number-of-arguments I took a quick look, and it's due to make-docfile. Unfortunately I don't know when I'll have time to look at fixing make-docfi= le...