emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/js2-mode 710e430 33/61: Migrate remaining files to lexi


From: Dmitry Gutov
Subject: [elpa] externals/js2-mode 710e430 33/61: Migrate remaining files to lexical binding
Date: Sun, 20 Dec 2020 12:20:05 -0500 (EST)

branch: externals/js2-mode
commit 710e430ad122f51fa7f33518dd79cf0a674c10fa
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    Migrate remaining files to lexical binding
---
 js2-imenu-extras.el | 2 +-
 js2-old-indent.el   | 2 +-
 tests/consume.el    | 2 +-
 tests/externs.el    | 2 +-
 tests/indent.el     | 2 +-
 tests/jsdoc.el      | 2 +-
 tests/json-path.el  | 2 +-
 tests/navigation.el | 2 +-
 tests/parser.el     | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/js2-imenu-extras.el b/js2-imenu-extras.el
index dfdedc8..dd2dcff 100644
--- a/js2-imenu-extras.el
+++ b/js2-imenu-extras.el
@@ -1,4 +1,4 @@
-;;; js2-imenu-extras.el --- Imenu support for additional constructs
+;;; js2-imenu-extras.el --- Imenu support for additional constructs  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2012-2014  Free Software Foundation, Inc.
 
diff --git a/js2-old-indent.el b/js2-old-indent.el
index 5538736..32cab23 100644
--- a/js2-old-indent.el
+++ b/js2-old-indent.el
@@ -1,4 +1,4 @@
-;;; js2-old-indent.el --- Indentation code kept for compatibility
+;;; js2-old-indent.el --- Indentation code kept for compatibility  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2015  Free Software Foundation, Inc.
 
diff --git a/tests/consume.el b/tests/consume.el
index 8e6ca17..9bbedda 100644
--- a/tests/consume.el
+++ b/tests/consume.el
@@ -1,4 +1,4 @@
-;;; tests/consume.el --- Some tests for js2-mode.
+;;; tests/consume.el --- Some tests for js2-mode.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2016  Free Software Foundation, Inc.
 
diff --git a/tests/externs.el b/tests/externs.el
index f383e89..e56c835 100644
--- a/tests/externs.el
+++ b/tests/externs.el
@@ -1,4 +1,4 @@
-;;; tests/externs.el --- Some tests for js2-mode.
+;;; tests/externs.el --- Some tests for js2-mode.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2009, 2011-2014, 2016  Free Software Foundation, Inc.
 
diff --git a/tests/indent.el b/tests/indent.el
index 57db7cf..797c069 100644
--- a/tests/indent.el
+++ b/tests/indent.el
@@ -1,4 +1,4 @@
-;;; tests/indent.el --- Some tests for js2-mode.
+;;; tests/indent.el --- Some tests for js2-mode.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2009, 2011-2016  Free Software Foundation, Inc.
 
diff --git a/tests/jsdoc.el b/tests/jsdoc.el
index 5b5af6e..e217fb0 100644
--- a/tests/jsdoc.el
+++ b/tests/jsdoc.el
@@ -1,4 +1,4 @@
-;;; tests/jsdoc.el --- Tests for js2-mode highlighting of jsdoc comments.
+;;; tests/jsdoc.el --- Tests for js2-mode highlighting of jsdoc comments.  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2009, 2011-2017  Free Software Foundation, Inc.
 
diff --git a/tests/json-path.el b/tests/json-path.el
index 70aecef..a44e1b0 100644
--- a/tests/json-path.el
+++ b/tests/json-path.el
@@ -1,4 +1,4 @@
-;;; tests/json-path.el --- Test of using js2-mode AST to print JSON path.
+;;; tests/json-path.el --- Test of using js2-mode AST to print JSON path.  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2015  Free Software Foundation, Inc.
 
diff --git a/tests/navigation.el b/tests/navigation.el
index 26431da..c71afae 100644
--- a/tests/navigation.el
+++ b/tests/navigation.el
@@ -1,4 +1,4 @@
-;;; tests/navigation.el --- Some tests for js2-mode.
+;;; tests/navigation.el --- Some tests for js2-mode.  -*- lexical-binding: t; 
-*-
 
 ;; Copyright (C) 2009, 2011-2015  Free Software Foundation, Inc.
 
diff --git a/tests/parser.el b/tests/parser.el
index d0648c6..5bee080 100644
--- a/tests/parser.el
+++ b/tests/parser.el
@@ -1,4 +1,4 @@
-;;; tests/parser.el --- Some tests for js2-mode.
+;;; tests/parser.el --- Some tests for js2-mode.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2009, 2011-2017  Free Software Foundation, Inc.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]