emacs-emojify

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

commit c13df7f9193c1f35183d0b8f63952f4a4f413887
parent 67dbe069818b0755620f7fa83dc34667f8ff3893
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Wed, 11 Nov 2015 10:45:54 +0530

Do not ignore the direction parameter to isearch-repeat in defadvice

It affects other advices on isearch-repeat

Diffstat:
Memojify.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -624,7 +624,7 @@ of `after-change-functions' to understand the meaning of BEG, END and LEN." (ad-activate #'text-scale-increase) -(defadvice isearch-repeat (around emojify-redisplay-after-isearch-left (&rest ignored)) +(defadvice isearch-repeat (around emojify-redisplay-after-isearch-left (direction)) "Advice `isearch-repeat' to run emojify's point motion hooks. By default isearch disables point-motion hooks while repeating (see