From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107140: * doc.c (store_function_docstring): Avoid applying docstring of alias to base function. Date: Tue, 07 Feb 2012 00:55:48 +0800 Message-ID: <878vkfoq97.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328547376 23570 80.91.229.3 (6 Feb 2012 16:56:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 16:56:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 17:56:15 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuRrO-0003Gk-G7 for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 17:56:10 +0100 Original-Received: from localhost ([::1]:39170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuRrN-0007H3-PH for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 11:56:09 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuRrK-0007Gt-V8 for emacs-devel@gnu.org; Mon, 06 Feb 2012 11:56:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuRrB-0007XT-GB for emacs-devel@gnu.org; Mon, 06 Feb 2012 11:56:06 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuRrB-0007XP-8M for emacs-devel@gnu.org; Mon, 06 Feb 2012 11:55:57 -0500 Original-Received: from bb121-7-229-69.singnet.com.sg ([121.7.229.69]:59157 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RuRrA-0007sZ-GG; Mon, 06 Feb 2012 11:55:57 -0500 In-Reply-To: (Juanma Barranquero's message of "Mon, 6 Feb 2012 16:08:34 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148271 Archived-At: Juanma Barranquero writes: > I get a crash in temacs while recompiling. I've committed a patch that should fix this. Thanks.