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

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

[elpa] externals/shell-command+ 3a4546c 4/6: Explicitly require diff and


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 3a4546c 4/6: Explicitly require diff and info
Date: Wed, 4 Aug 2021 10:58:09 -0400 (EDT)

branch: externals/shell-command+
commit 3a4546c2b312cd1b47cb633702920fff906f74b8
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Explicitly require diff and info
---
 shell-command+.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shell-command+.el b/shell-command+.el
index 1e12461..0dd6b5d 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -61,6 +61,8 @@
 
 (eval-when-compile (require 'rx))
 (eval-when-compile (require 'pcase))
+(require 'diff)
+(require 'info)
 
 ;;; Code:
 



reply via email to

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