summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-02-19 17:24:39 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2014-02-19 17:32:55 +0200
commit75af93f1609b4aee9ed597e1b623204f38e0c4eb (patch)
tree40a0e9889a2ad50cc5ec97a002ab89d0541a0e9e /cider-selector.el
parent1fb15f2904486d1c68858dd645806881cfa40c7d (diff)
Use lexical binding everywhere
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-selector.el b/cider-selector.el
index 4ff036dc..5ec601c9 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -1,4 +1,4 @@
-;;; cider-selector.el --- Buffer selection command inspired by SLIME's selector
+;;; cider-selector.el --- Buffer selection command inspired by SLIME's selector -*- lexical-binding: t -*-
;; Copyright © 2012-2014 Tim King, Phil Hagelberg
;; Copyright © 2013-2014 Bozhidar Batsov, Hugo Duncan, Steve Purcell