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 5c44eabbb0 080/114: Declare a variabl


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell 5c44eabbb0 080/114: Declare a variable for the byte compiler
Date: Tue, 5 Sep 2023 04:00:03 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit 5c44eabbb0d0eb537c2ccccf066e3ad73da10f3c
Author: Alex Branham <branham@utexas.edu>
Commit: Alex Branham <branham@utexas.edu>

    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-"



reply via email to

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