diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 12:21:50 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 12:21:50 -0500 |
commit | 9a06e13b4e52b18fb2dd0ed9b759cecd863af169 (patch) | |
tree | d30522625689d68b9dc93fe9bf11b6006a00b791 | |
parent | 3d35ecfbf78bb862eb70c3166f6eb35fd4cb9cce (diff) |
Declare lexical binding on all files
-rw-r--r-- | sx-cache.el | 2 | ||||
-rw-r--r-- | sx-encoding.el | 2 | ||||
-rw-r--r-- | sx-load.el | 2 | ||||
-rw-r--r-- | sx-time.el | 2 |
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 @@ -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 @@ -1,4 +1,4 @@ -;;; sx-time.el --- time +;;; sx-time.el --- time -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Sean Allred |