From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 56f8384: Minor fixes to cc-mode-tests.el Date: Thu, 20 Oct 2016 17:17:23 -0400 Message-ID: References: <20161020192856.26625.26775@vcs.savannah.gnu.org> <20161020192856.A992722015E@vcs.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1476998277 25664 195.159.176.226 (20 Oct 2016 21:17:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2016 21:17:57 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: Philipp Stephani To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 23:17:53 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bxKiS-0003dJ-IR for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2016 23:17:32 +0200 Original-Received: from localhost ([::1]:57200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxKiT-0003Lg-Kb for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2016 17:17:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxKiO-0003LQ-4c for emacs-devel@gnu.org; Thu, 20 Oct 2016 17:17:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxKiK-0002CK-5d for emacs-devel@gnu.org; Thu, 20 Oct 2016 17:17:28 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:60043) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bxKiK-0002C6-1J for emacs-devel@gnu.org; Thu, 20 Oct 2016 17:17:24 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BHAgALW9BX/3zt92hdGwEBAQMBAQGDLQEBAQEBHoRNhVCEZasRggOGFgQCAoFpORQBAgEBAQEBAQFeJ4RiAQEEViMQCzQSFBgNiQG8VQEBAQcCJYp9hQyFEAEEmVmRFQGHd4YLkEseNoRsIIYKAQEB X-IPAS-Result: A0BHAgALW9BX/3zt92hdGwEBAQMBAQGDLQEBAQEBHoRNhVCEZasRggOGFgQCAoFpORQBAgEBAQEBAQFeJ4RiAQEEViMQCzQSFBgNiQG8VQEBAQcCJYp9hQyFEAEEmVmRFQGHd4YLkEseNoRsIIYKAQEB X-IronPort-AV: E=Sophos;i="5.30,296,1470715200"; d="scan'208";a="276587148" Original-Received: from 104-247-237-124.cpe.teksavvy.com (HELO pastel.home) ([104.247.237.124]) by smtp.teksavvy.com with ESMTP; 20 Oct 2016 17:17:23 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 283D8615C4; Thu, 20 Oct 2016 17:17:23 -0400 (EDT) In-Reply-To: <20161020192856.A992722015E@vcs.savannah.gnu.org> (Philipp Stephani's message of "Thu, 20 Oct 2016 19:28:56 +0000 (UTC)") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:208553 Archived-At: > -;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binning: t -*- > +;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binding: t; -*- AFAIK both forms are correct and should work just fine. Stefan