branch: elpa/rubocop commit 7446469a53224371342782eecae224aca42736e5 Merge: 40a1d5a e9a74ce Author: Bozhidar Batsov <bozhidar.bat...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Merge pull request #11 from rranelli/master Use lexical binding as default --- rubocop.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rubocop.el b/rubocop.el index 386bcb2..dae674a 100644 --- a/rubocop.el +++ b/rubocop.el @@ -1,4 +1,4 @@ -;;; rubocop.el --- An Emacs interface for RuboCop +;;; rubocop.el --- An Emacs interface for RuboCop -*- lexical-binding: t -*- ;; Copyright © 2011-2013 Bozhidar Batsov @@ -6,7 +6,7 @@ ;; URL: https://github.com/bbatsov/rubocop-emacs ;; Version: 0.3 ;; Keywords: project, convenience -;; Package-Requires: ((dash "1.0.0")) +;; Package-Requires: ((dash "1.0.0") (emacs "24")) ;; This file is NOT part of GNU Emacs.