commit 406a9dd2ed6cc7da20774413dedebed066200794
parent 13a235477ea5d9835f2e5dbd12d02dbc4bee8010
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date: Sat, 28 Nov 2015 21:36:09 +0530
Fix loop for updating emoji backgrounds
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emojify.el b/emojify.el
@@ -788,7 +788,7 @@ lines ensures that all the possibly affected emojis are redisplayed."
(plist-put (cdr current-disp)
:background (emojify--get-image-background emoji-start
emoji-end))
- (setq beg emoji-end)))))))
+ (setq beg (1+ emoji-end))))))))
(defun emojify-record-window-scroll (window display-start)
(let* ((window-start display-start)