branch: externals/js2-mode
commit d397cab8f42cea021142c8fc46a807b1aaa91868
Merge: 1a5dee9 710e430
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #553 from phst/lexical
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 aaadd33..f21ffb4 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.