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