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

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

[nongnu] elpa/annotate 71f316be2f 236/372: - added dependency on 'info'.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 71f316be2f 236/372: - added dependency on 'info'.
Date: Fri, 4 Feb 2022 16:59:03 -0500 (EST)

branch: elpa/annotate
commit 71f316be2f35bf19baf6729b4543b1e48bde5d6d
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - added dependency on 'info'.
---
 annotate.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/annotate.el b/annotate.el
index d57a8c69a7..dad3a1e460 100644
--- a/annotate.el
+++ b/annotate.el
@@ -50,6 +50,9 @@
 ;; can not be annotated.
 
 ;;; Code:
+
+(require 'info)
+
 (require 'cl-lib)
 
 ;;;###autoload



reply via email to

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