diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 14:23:14 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 14:23:14 -0500 |
commit | b3bfa272a9e27f0e87c0a815520221ef1dbf789f (patch) | |
tree | 54867a156b4557d472fd0fb0bbef681122c4d023 /sx-question.el | |
parent | de0f242552610ed2dcca537bd9843c4d798bfc8f (diff) | |
parent | b2623682e9ce5e12615f792cd63197c46db60e00 (diff) |
Merge pull request #116 from vermiculus/hotfix
Hotfixes
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el index a7aadb2..01ba030 100644 --- a/sx-question.el +++ b/sx-question.el @@ -1,4 +1,4 @@ -;;; sx-question.el --- question logic for stack-mode -*- lexical-binding: t; -*- +;;; sx-question.el --- question logic ;; Copyright (C) 2014 Sean Allred @@ -167,4 +167,5 @@ If no cache exists for it, initialize one with SITE." ;; Local Variables: ;; indent-tabs-mode: nil +;; lexical-binding: t ;; End: |