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