branch: master
commit c1ff0d6ff4176f5ebcf324561c7b5e416700cc79
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el: Fix compiler warning
---
 ivy.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ivy.el b/ivy.el
index 658cc50..146b8ee 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4606,6 +4606,8 @@ EVENT gives the mouse position."
                                 (expand-file-name "doc/ivy-help.org"))))
   "The file for `ivy-help'.")
 
+(defvar org-hide-emphasis-markers)
+
 (defun ivy-help ()
   "Help for `ivy'."
   (interactive)

Reply via email to