emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/exec-path-from-shell ddd608cd19 097/114: Enable lexical-bi


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell ddd608cd19 097/114: Enable lexical-binding
Date: Tue, 5 Sep 2023 04:00:06 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit ddd608cd19828504eae021d8490fdea553305a44
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    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

[Prev in Thread] Current Thread [Next in Thread]