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

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

[nongnu] elpa/annotate c4a56cc33d 306/372: - added missing argument to '


From: ELPA Syncer
Subject: [nongnu] elpa/annotate c4a56cc33d 306/372: - added missing argument to 'annotate-create-annotation'.
Date: Fri, 4 Feb 2022 16:59:13 -0500 (EST)

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

    - added missing argument to 'annotate-create-annotation'.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 6a1fcfdb62..f0d2a1fb3e 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1338,7 +1338,7 @@ essentially what you get from:
           (let ((start              (annotate-beginning-of-annotation 
annotation))
                 (end                (annotate-ending-of-annotation    
annotation))
                 (annotation-string  (annotate-annotation-string       
annotation)))
-            (annotate-create-annotation start end annotation-string)))))
+            (annotate-create-annotation start end annotation-string nil)))))
     (set-buffer-modified-p modified-p)
     (font-lock-ensure)
     (if annotate-use-messages



reply via email to

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