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