branch: elpa/annotate commit 392197f943e67bdceafd4b2c9000cd234eba7dec Merge: 5b69043454 3e76557cf7 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
Merge branch 'master' into annotations-on-their-own-line --- annotate.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/annotate.el b/annotate.el index 4e18e548b5..7f7e8287b3 100644 --- a/annotate.el +++ b/annotate.el @@ -1242,8 +1242,6 @@ annotation." (append (list new-annotation) rest-annotations) checksum))) - (push new-record - rest-annotations) (push new-record rest-of-db)) db-records))