emacs-emojify

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

commit 040a17822f5e32df0fe4227b98771bf273e30f79
parent 6e6ca3b66894db0f9b6c70776eb5aca8f1530797
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sat,  1 Apr 2017 18:26:51 +0530

Fix warning about 'company-pseudo-tooltip-unhide' not being present

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

diff --git a/emojify.el b/emojify.el @@ -60,6 +60,9 @@ (declare-function org-element-type "org-element") (declare-function org-element-at-point "org-element") +;; Required for integration with company-mode +(declare-function company-pseudo-tooltip-unhide "company") + ;; Shouldn't require 'jit-lock be enough :/ (defvar jit-lock-start) (defvar jit-lock-end)