From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: trunk r115395: Merge Org 8.2.4 Date: Fri, 06 Dec 2013 15:44:06 +0100 Message-ID: <87vbz259ah.fsf@bzg.ath.cx> References: <3j38m6njrm.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386341108 13033 80.91.229.3 (6 Dec 2013 14:45:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2013 14:45:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 06 15:45:11 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VoweS-00031P-Mz for ged-emacs-devel@m.gmane.org; Fri, 06 Dec 2013 15:45:08 +0100 Original-Received: from localhost ([::1]:59434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoweS-0001fy-BS for ged-emacs-devel@m.gmane.org; Fri, 06 Dec 2013 09:45:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vowdd-0000D7-1d for emacs-devel@gnu.org; Fri, 06 Dec 2013 09:44:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VowdX-0003MN-AG for emacs-devel@gnu.org; Fri, 06 Dec 2013 09:44:16 -0500 Original-Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:39830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VowdX-0003LS-2l; Fri, 06 Dec 2013 09:44:11 -0500 Original-Received: by mail-wg0-f52.google.com with SMTP id x13so725993wgg.31 for ; Fri, 06 Dec 2013 06:44:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=yQT0n3257YAmbATxfD3vCl9W57Hnvbluu6Kv7yzjaqg=; b=LxifCUGjKneLJperVViOc6xNO5Nc1afBdFoAwM9ckd3JdP0p6pZKSnnnigdStdodP8 UNttLwvB3QByJ1YrrpX7Cht71GzTm1gTJ0jjCZWuTiIgaZ/9AgYV2UMnvnRTvz6OylgO gx4HZ+ownMOdNmLbIPSz8Dq9CoB902+9kcNHNOcxkOPcOoZU4PSWUDr2SlXYKUVJiBvM feiiVEmda4ykzlDlUgq2i6c6HiqOffM5VCO0xazEv1uMR6RPZPYAAAld5jS+TskfLnwz 3p9/+JiSEe1LhnLM7gynN08+XH3OUqnbagDlS33GTwy5jwDhofl3bl25dtGRV1RzcjwS LWGw== X-Received: by 10.180.188.194 with SMTP id gc2mr2712297wic.53.1386341049840; Fri, 06 Dec 2013 06:44:09 -0800 (PST) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPSA id x19sm6851696wia.5.2013.12.06.06.44.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2013 06:44:08 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 2B2481C208D0; Fri, 6 Dec 2013 15:44:06 +0100 (CET) In-Reply-To: <3j38m6njrm.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri, 06 Dec 2013 09:20:29 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::234 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:166171 Archived-At: Glenn Morris writes: > Bastien Guerry wrote: > >> -@set VERSION 8.2.3 (GNU Emacs 24.3) >> +@set VERSION 8.2.4 (GNU Emacs 24.3) > > That hard-coded 24.3 is an invitation to future trouble. > Other texi files simply include emacsver.texi and use EMACSVER to > automatically get the right version. I fixed this by removing the reference to GNU Emacs. -- Bastien