emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c1ff0d6 228/399: ivy.el: Fix compiler warning


From: Oleh Krehel
Subject: [elpa] master c1ff0d6 228/399: ivy.el: Fix compiler warning
Date: Sat, 20 Jul 2019 14:57:28 -0400 (EDT)

branch: master
commit c1ff0d6ff4176f5ebcf324561c7b5e416700cc79
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]