diff options
-rw-r--r-- | sx-question-mode.el | 4 | ||||
-rw-r--r-- | sx-question.el | 1 | ||||
-rw-r--r-- | sx.el | 4 |
3 files changed, 1 insertions, 8 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 68618bb..b376616 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -268,7 +268,3 @@ query the api." (provide 'sx-question-mode) ;;; sx-question-mode.el ends here - -;; Local Variables: -;; lexical-binding: t -;; End: diff --git a/sx-question.el b/sx-question.el index fea8978..0f6d17f 100644 --- a/sx-question.el +++ b/sx-question.el @@ -175,5 +175,4 @@ If no cache exists for it, initialize one with SITE." ;; Local Variables: ;; indent-tabs-mode: nil -;; lexical-binding: t ;; End: @@ -1,4 +1,4 @@ -;;; sx.el --- StackExchange client +;;; sx.el --- StackExchange client. Ask and answer questions on Stack Overflow, Super User, and the likes. -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Sean Allred @@ -36,7 +36,6 @@ :tag "SX" :group 'applications) - ;;; User commands (defun sx-version () @@ -360,5 +359,4 @@ If FORCE is non-nil, run them even if they've already been run." ;; Local Variables: ;; indent-tabs-mode: nil -;; lexical-binding: t ;; End: |