branch: elpa/exec-path-from-shell
commit 5c44eabbb0d0eb537c2ccccf066e3ad73da10f3c
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Declare a variable for the byte compiler
---
exec-path-from-shell.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index 655f9580b4..40cf8f6c39 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -72,6 +72,9 @@
;;; Code:
+;; Satisfy the byte compiler
+(defvar eshell-path-env)
+
(defgroup exec-path-from-shell nil
"Make Emacs use shell-defined values for $PATH etc."
:prefix "exec-path-from-shell-"