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: /srv/bzr/emacs/trunk r110201: Synch verilog-mode.el to latest upstream version. Date: Thu, 27 Sep 2012 11:31:25 +0800 Message-ID: <874nmkm99u.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348716695 3382 80.91.229.3 (27 Sep 2012 03:31:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 03:31:35 +0000 (UTC) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 27 05:31:40 2012 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 1TH4pA-0000AJ-Bs for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2012 05:31:40 +0200 Original-Received: from localhost ([::1]:52355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH4p5-0005R4-9t for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2012 23:31:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH4p3-0005Qn-CG for emacs-devel@gnu.org; Wed, 26 Sep 2012 23:31:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TH4p2-0000yJ-Ff for emacs-devel@gnu.org; Wed, 26 Sep 2012 23:31:33 -0400 Original-Received: from mail-pa0-f41.google.com ([209.85.220.41]:48732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TH4p2-0000xw-8t; Wed, 26 Sep 2012 23:31:32 -0400 Original-Received: by padfa10 with SMTP id fa10so1025116pad.0 for ; Wed, 26 Sep 2012 20:31:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=55anpIO2GueOIeFtaU8yXnOAKLftJOiBtWNHdZcjSp8=; b=mfJLyb4V9M/QXcoH6hhUEKkrAyGYwuS82ZzVjK06M2up6gNTGYeesPIqsjE5ukvzam sLZCrOuJF3yQ5H6jLR81pvdXjGPznIerIgrcrF5FWHcu//WJME7SvEEaD0+HZB3J6Sqa EU4RckXgcPcB+7ZisGHOoRZrrivvenVn2nGftlQbkTZyof9nbx3CTev9TlUET18AQq3h RGsMuGKgcZ9ImGZjZuhfuK1XyH/ixrcz/m15AjP3xMeKZadIwBmFjtmPndI6oUaYdIqB AGna88h4dHotLNYf25BKKtXL/SqyuoGmgycn5uAkphkbfXNOCpty/8Cut2wjaVVQoNKU zMIg== Original-Received: by 10.66.75.68 with SMTP id a4mr6116069paw.19.1348716691404; Wed, 26 Sep 2012 20:31:31 -0700 (PDT) Original-Received: from ulysses ([155.69.19.64]) by mx.google.com with ESMTPS id gt2sm3085989pbc.62.2012.09.26.20.31.28 (version=SSLv3 cipher=OTHER); Wed, 26 Sep 2012 20:31:30 -0700 (PDT) In-Reply-To: (Glenn Morris's message of "Wed, 26 Sep 2012 15:19:18 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.41 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:153619 Archived-At: Glenn Morris writes: >> -(defconst verilog-mode-release-emacs t >> +(defconst verilog-mode-release-emacs nil >> "If non-nil, this version of Verilog mode was released with Emacs >> itself." > > Presumably that should stay as t. Thanks for spotting this; fixed in trunk. >> -(defcustom verilog-auto-inst-interfaced-ports t >> +(defcustom verilog-auto-inst-interfaced-ports nil > > :version bump? The upstream maintainers of verilog.el try to support Emacs 21; I think that does not support :version.