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

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

[elpa] externals/shell-command+ 1a775bc 2/9: Explicitly require em-unix


From: Stefan Monnier
Subject: [elpa] externals/shell-command+ 1a775bc 2/9: Explicitly require em-unix
Date: Wed, 19 May 2021 21:58:02 -0400 (EDT)

branch: externals/shell-command+
commit 1a775bc5c7b3551d8ad2afe65adee0746e014129
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>

    Explicitly require em-unix
    
    Without this, eshell/... functions are not defined, and shell-command+
    cannot check if they exist.
---
 shell-command+.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell-command+.el b/shell-command+.el
index 211cfd5..51acf3d 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -60,6 +60,7 @@
 
 (eval-when-compile (require 'rx))
 (require 'eshell)
+(require 'em-unix)
 
 ;;; Code:
 



reply via email to

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