branch: elpa/exec-path-from-shell
commit ddd608cd19828504eae021d8490fdea553305a44
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

    Enable lexical-binding
---
 exec-path-from-shell.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index 7149d2e776..9e7754d332 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -1,4 +1,4 @@
-;;; exec-path-from-shell.el --- Get environment variables such as $PATH from 
the shell
+;;; exec-path-from-shell.el --- Get environment variables such as $PATH from 
the shell  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2012-2014 Steve Purcell
 
@@ -6,6 +6,7 @@
 ;; Keywords: unix, environment
 ;; URL: https://github.com/purcell/exec-path-from-shell
 ;; Package-Version: 0
+;; Package-Requires: ((emacs "24.1"))
 
 ;; This file is not part of GNU Emacs.
 

Reply via email to