branch: elpa/why-this commit a706d26b7c2002ea09538528f1ea8b17b8b9d239 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
Fix wrong face in annonate buffer --- why-this.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/why-this.el b/why-this.el index e04c39b976..c58ef7f690 100644 --- a/why-this.el +++ b/why-this.el @@ -602,8 +602,7 @@ Actually the supported backend is returned." oldest-change) (- newest-change oldest-change)))) - :extend t) - t)))) + :extend t))))) (with-current-buffer (get-buffer-create (format "*why-this-annotate %s*" (buffer-name)))