emacs-emojify

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

commit 13fdaafee0822bb8f4167e470764ec15a8fe1907
parent 9af06b1f6355b68d2f38f007682245a6f15e3de1
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date:   Fri, 30 Oct 2015 13:34:14 +0530

emojify--get-text-props => emojify--get-text-display-props

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

diff --git a/emojify.el b/emojify.el @@ -281,7 +281,7 @@ since our mechanisms do not work in it." (defsubst emojify--get-ascii-display (data) (car (ht-get data "aliases_ascii"))) -(defsubst emojify--get-text-props (name) +(defsubst emojify--get-text-display-props (name) (let* ((emoji-data (ht-get emojify--emojis name)) (display (when emoji-data (pcase emojify-substitution-style @@ -336,7 +336,7 @@ BEG and END are the beginning and end of the region respectively" (not (run-hook-with-args-until-success 'emojify-inhibit-functions match match-beginning match-end))) - (let ((display-props (emojify--get-text-props match))) + (let ((display-props (emojify--get-text-display-props match))) (when display-props (add-text-properties match-beginning match-end