branch: elpa/evil-matchit
commit 2337748d262589b68d9856389005ddb46835c49b
Author: Chen Bin <chenbin...@gmail.com>
Commit: Chen Bin <chenbin...@gmail.com>

    autoload evilmi-prompt-line-p
---
 evil-matchit-terminal.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/evil-matchit-terminal.el b/evil-matchit-terminal.el
index c30f0027fc..dd0602b09c 100644
--- a/evil-matchit-terminal.el
+++ b/evil-matchit-terminal.el
@@ -42,6 +42,7 @@
 (defvar evilmi-terminal-ps1-line-number 1
   "The line containing PS1.")
 
+;;;###autoload
 (defun evilmi-prompt-line-p (&optional position)
   "If line at POSITION has prompt at the beginning."
   (let* (rlt)

Reply via email to