aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 15:35:23 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 15:35:23 -0200
commitba9dfba28bd879c49009187bcbbc60fbb343c65b (patch)
treee13844d26d929ab7d1b77882c2aaa88f530747a7
parent53c4fad6ced6334413c4c92ab78c015789061337 (diff)
parent9a06e13b4e52b18fb2dd0ed9b759cecd863af169 (diff)
Merge pull request #191 from vermiculus/vermiculus/lexical-binding--issue-123
Declare lexical binding on all files
-rw-r--r--sx-cache.el2
-rw-r--r--sx-encoding.el2
-rw-r--r--sx-load.el2
-rw-r--r--sx-time.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/sx-cache.el b/sx-cache.el
index 51c2267..e68397d 100644
--- a/sx-cache.el
+++ b/sx-cache.el
@@ -1,4 +1,4 @@
-;;; sx-cache.el --- caching
+;;; sx-cache.el --- caching -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Sean Allred
diff --git a/sx-encoding.el b/sx-encoding.el
index 0e66677..795f175 100644
--- a/sx-encoding.el
+++ b/sx-encoding.el
@@ -1,4 +1,4 @@
-;;; sx-encoding.el --- encoding
+;;; sx-encoding.el --- encoding -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Sean Allred
diff --git a/sx-load.el b/sx-load.el
index 8de4374..2d62aea 100644
--- a/sx-load.el
+++ b/sx-load.el
@@ -1,4 +1,4 @@
-;;; sx-load.el --- Load all files of the sx package.
+;;; sx-load.el --- Load all files of the sx package. -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Artur Malabarba
diff --git a/sx-time.el b/sx-time.el
index 3de124d..e05d95a 100644
--- a/sx-time.el
+++ b/sx-time.el
@@ -1,4 +1,4 @@
-;;; sx-time.el --- time
+;;; sx-time.el --- time -*- lexical-binding: t; -*-
;; Copyright (C) 2014 Sean Allred