branch: elpa/auto-dim-other-buffers commit 8c4470713fb9515bad6a227d22d89262eef19a11 Author: Michal Nazarewicz <min...@mina86.com> Commit: Michal Nazarewicz <min...@mina86.com>
Set lexical binding on. --- auto-dim-other-buffers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el index 8200e6fe15..28b8dfbc99 100644 --- a/auto-dim-other-buffers.el +++ b/auto-dim-other-buffers.el @@ -1,4 +1,4 @@ -;;; auto-dim-other-buffers.el --- Makes non-current buffers less prominent +;;; auto-dim-other-buffers.el --- Makes non-current buffers less prominent -*- lexical-binding: t -*- ;; Copyright 2013 Steven Degutis ;; Copyright 2013,2014 Google Inc.