aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
diff options
context:
space:
mode:
authorHolger Dürer <me@hdurer.net>2017-05-05 22:02:56 +0100
committerJohnson Denen <johnson.denen@gmail.com>2017-05-15 09:38:29 -0400
commiteb0f35c22c66ffe95459e8ea9ec0ce4c44597a7e (patch)
treecffe27504199b4c86cac4235c54242251dced079 /lisp/mastodon-auth.el
parentf4ff20df026dae1e5f6afbb92ef271e8de6bc6da (diff)
Use lexical-binding in all files.
We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files.
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r--lisp/mastodon-auth.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el
index 1ceb652..093c5f1 100644
--- a/lisp/mastodon-auth.el
+++ b/lisp/mastodon-auth.el
@@ -1,9 +1,10 @@
-;;; mastodon-auth.el --- Auth functions for mastodon.el
+;;; mastodon-auth.el --- Auth functions for mastodon.el -*- lexical-binding: t -*-
;; Copyright (C) 2017 Johnson Denen
;; Author: Johnson Denen <johnson.denen@gmail.com>
;; Version: 0.6.2
;; Homepage: https://github.com/jdenen/mastodon.el
+;; Package-Requires: ((emacs "24.4"))
;; This file is not part of GNU Emacs.