branch: externals/shell-command+
commit 1a775bc5c7b3551d8ad2afe65adee0746e014129
Author: Philip K <phil...@posteo.net>
Commit: Philip K <phil...@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