emacs-emojify

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

commit 64604f89d19f2538f961464057182a2b9be62cbf
parent cc72847da72a4563e850a6d579e0e7514725cbdd
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Fri, 27 Nov 2015 22:11:00 +0530

Remove redundant functions

Diffstat:
Memojify.el | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/emojify.el b/emojify.el @@ -745,11 +745,8 @@ Redisplay emojis in the visible region if BEG and END are not specified" (goto-char end) (line-end-position)))) -(defun emojify-update-visible-emojis () - (emojify-update-emojis-in-region (window-start) (window-end))) - (defun emojify-setup-emoji-update-on-selection-change () - (emojify-update-visible-emojis) + (emojify-update-emojis-in-region (window-start) (window-end)) (add-hook 'post-command-hook #'emojify-update-visible-emojis)) (defun emojify-teardown-emoji-update-on-selection-change ()