commit 5bdf3ccc728ca2db734a686f9d4893c57ed59d90
parent d23967de10dfc716d37138bb1faf4200951c9e2f
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date: Sun, 9 Jul 2017 14:37:25 +0530
Silence byte-compiler warnings about org-list-get-item-begin
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emojify.el b/emojify.el
@@ -54,7 +54,7 @@
;; We do not "require" these functions but if `org-mode' is active we use them
;; Required to determine point is in an org-list
-(declare-function org-at-item-p "org-list")
+(declare-function org-list-get-item-begin "org-list")
(declare-function org-at-heading-p "org")
;; Required to determine point is in an org-src block