diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 15:35:23 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 15:35:23 -0200 |
commit | ba9dfba28bd879c49009187bcbbc60fbb343c65b (patch) | |
tree | e13844d26d929ab7d1b77882c2aaa88f530747a7 /sx-cache.el | |
parent | 53c4fad6ced6334413c4c92ab78c015789061337 (diff) | |
parent | 9a06e13b4e52b18fb2dd0ed9b759cecd863af169 (diff) |
Merge pull request #191 from vermiculus/vermiculus/lexical-binding--issue-123
Declare lexical binding on all files
Diffstat (limited to 'sx-cache.el')
-rw-r--r-- | sx-cache.el | 2 |
1 files changed, 1 insertions, 1 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 |