From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lisp/help-fns.el,v Date: Sat, 10 Nov 2007 21:45:20 +0100 Message-ID: References: <4735B0DC.4070109@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194727556 26445 80.91.229.12 (10 Nov 2007 20:45:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Nov 2007 20:45:56 +0000 (UTC) Cc: Emacs Devel To: "martin rudalics" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 10 21:45:51 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 1IqxDD-0006n0-00 for ged-emacs-devel@m.gmane.org; Sat, 10 Nov 2007 21:45:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqxD1-00072z-95 for ged-emacs-devel@m.gmane.org; Sat, 10 Nov 2007 15:45:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqxCm-0006yC-NV for emacs-devel@gnu.org; Sat, 10 Nov 2007 15:45:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqxCl-0006xU-8Q for emacs-devel@gnu.org; Sat, 10 Nov 2007 15:45:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqxCl-0006xN-0b for emacs-devel@gnu.org; Sat, 10 Nov 2007 15:45:23 -0500 Original-Received: from el-out-1112.google.com ([209.85.162.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqxCk-0006io-IK for emacs-devel@gnu.org; Sat, 10 Nov 2007 15:45:22 -0500 Original-Received: by el-out-1112.google.com with SMTP id s27so252364ele for ; Sat, 10 Nov 2007 12:45:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Vvr1aE4imYhJugkAuHc+C5xyA6kDeB1JzOMG7jCzmZI=; b=fOZrhpHASIlWeQk9KVObiA4Oy/PpU3dPuKAAGoD5GW+u08CGCl3um5+/SZ4J33razvGBkuN//3nNlgcblkL9YBxtpPl5Z51ci/RcKZ3kBiig5Cf7XpXm7WLp9vBaVIOp+M8BHg4P7y1gZhFquN2/T1DMDXMGEYTI7PzvZk8zfFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=J8zp8yvFonVo9PxXhn1Ny38D+cFUN9SpCbTFT2lHafF2sVwjsbNoT8BexoAJxtMU2r1HdTkgXi7tVuZXhF8qXmqVTaMxGP2Zr11Ezbart5vCx0Oi0oG+TEMxeSeBbxtSVOAi+STDq9gT8FGvI/oOIb3NXwaMsJxEQJZQ6dveujM= Original-Received: by 10.114.60.19 with SMTP id i19mr970556waa.1194727520235; Sat, 10 Nov 2007 12:45:20 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Sat, 10 Nov 2007 12:45:20 -0800 (PST) In-Reply-To: <4735B0DC.4070109@gmx.at> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:82916 Archived-At: On 11/10/07, martin rudalics wrote: > I can't reproduce that. Does it help when you remake the autoloads? Now, this is weird. The bug was present after several rounds of "make cvs-update" (which does the recompile and autoload targets, among other things) followed by "make install". However, it has disappeared after manually recompiling help-fns.el... Juanma