emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 5d76e7b5097a6ae12cbcff4ae0e8bb5b9ad304c4
parent fe7e62f7d0e2695f9d918b30e05db19d67496792
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue, 21 Feb 2017 12:17:17 +0530

Remove provide form from test-helper

Diffstat:
Mtest/test-helper.el | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/test-helper.el b/test/test-helper.el @@ -153,5 +153,4 @@ All kinds of dynamic behaviour on buffer are disabled. See (should (get-text-property point 'emojify-text)) (should-not (get-text-property point 'display))) -(provide 'test-helper) ;;; test-helper.el ends here