branch: elpa/annotate
commit fc2c0395d79d0ab9f9da3226cb293c871a67b179
Author: Bastian <ba...@bastibe.de>
Commit: Bastian <ba...@bastibe.de>

    add missing require
---
 annotate.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/annotate.el b/annotate.el
index 23669b3f1b..a17eb66396 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1,3 +1,5 @@
+(require 'cl)
+
 (defgroup annotate nil
   "Annotate files without changing them."
   :version 0.1

Reply via email to