branch: master commit 725e12a51e837ed75361f9f2258a887cacb120cd Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
ivy.el (Info-current-file): Declare --- ivy.el | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ivy.el b/ivy.el index 53e8057..7d6e99e 100644 --- a/ivy.el +++ b/ivy.el @@ -164,6 +164,8 @@ When non-nil, it should contain one %d.") (defvar ivy--regex-function 'ivy--regex "Current function for building a regex.") +(defvar Info-current-file) + ;;** Commands (defun ivy-done () "Exit the minibuffer with the selected candidate." @@ -402,8 +404,8 @@ Directories come first." ;;** Entry Point (cl-defun ivy-read (prompt collection - &key predicate require-match initial-input - history preselect keymap update-fn sort) + &key predicate require-match initial-input + history preselect keymap update-fn sort) "Read a string in the minibuffer, with completion. PROMPT is a string to prompt with; normally it ends in a colon