From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#24747: 26.0.50; test/lisp/progmodes/cc-mode.el sets lexical-binning not lexical-binding Date: Thu, 20 Oct 2016 22:55:05 +0300 Message-ID: <831szau76u.fsf@gnu.org> References: <837f92u8i8.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1476993400 10498 195.159.176.226 (20 Oct 2016 19:56:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2016 19:56:40 +0000 (UTC) Cc: gazally@runbox.com, 24747@debbugs.gnu.org To: Philipp Stephani Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 20 21:56:36 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1bxJRi-0007dv-LW for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Oct 2016 21:56:10 +0200 Original-Received: from localhost ([::1]:56869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxJRl-0001rw-0q for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Oct 2016 15:56:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxJRe-0001qe-Kl for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2016 15:56:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxJRa-0006AR-MS for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2016 15:56:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:55348) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bxJRa-0006AH-JM for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2016 15:56:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bxJRa-0001mM-C7 for bug-gnu-emacs@gnu.org; Thu, 20 Oct 2016 15:56:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 20 Oct 2016 19:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24747 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 24747-submit@debbugs.gnu.org id=B24747.14769933306799 (code B ref 24747); Thu, 20 Oct 2016 19:56:02 +0000 Original-Received: (at 24747) by debbugs.gnu.org; 20 Oct 2016 19:55:30 +0000 Original-Received: from localhost ([127.0.0.1]:42514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bxJR3-0001lb-Ll for submit@debbugs.gnu.org; Thu, 20 Oct 2016 15:55:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bxJR1-0001lP-Tw for 24747@debbugs.gnu.org; Thu, 20 Oct 2016 15:55:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxJQs-0005yI-K7 for 24747@debbugs.gnu.org; Thu, 20 Oct 2016 15:55:22 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxJQs-0005yE-Gw; Thu, 20 Oct 2016 15:55:18 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1866 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bxJQr-0003PZ-Ic; Thu, 20 Oct 2016 15:55:18 -0400 In-reply-to: (message from Philipp Stephani on Thu, 20 Oct 2016 19:34:54 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:124747 Archived-At: > From: Philipp Stephani > Date: Thu, 20 Oct 2016 19:34:54 +0000 > Cc: gazally@runbox.com, "24747@debbugs.gnu.org" <24747@debbugs.gnu.org>, 24747-done@debbugs.gnu.org > > > On loading the file test/lisp/progmodes/cc-mode.el, Emacs gives the > > warning that the local variables list may not be safe. Looks like a > > typo. Also, the first line of the file refers to cc-mode-tests.el but > > the file is called cc-mode.el. IMO cc-mode-tests.el would be a better > > name for this file and more consistent with other file names in the test > > directory. > > > > Thanks for reporting. I've attached a patch to fix these issues. > > For such obvious typo-like problems, please just push the fix right > away. > > Pushed to master. Thanks.