branch: elpa/why-this commit e89aabc7651b87857ab1259787c2d8688892be20 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
(provide 'why-this) --- why-this.el | 1 + 1 file changed, 1 insertion(+) diff --git a/why-this.el b/why-this.el index c96c53689d..9502f98315 100644 --- a/why-this.el +++ b/why-this.el @@ -166,4 +166,5 @@ Actually the supported backend is returned." (cancel-timer why-this--idle-timer) (setq why-this--idle-timer nil)))) +(provide 'why-this) ;;; why-this.el ends here