branch: elpa/isl
commit aef71bf6e8ad9b36dbcca969058bd975f77f4de5
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Fix markdown declaration
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index 3b31ab935a2..e2578c58448 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -50,7 +50,7 @@
 (declare-function org-reveal "org.el")
 (declare-function helm-multi-occur-1 "ext:helm-occur.el")
 (declare-function hs-show-block "hideshow.el")
-(declare-function markdown-show-entry "markdown-mode.el")
+(declare-function markdown-show-entry "ext:markdown-mode.el")
 
 ;; Internals
 (defvar isl-pattern "")

Reply via email to