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

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

[elpa] master 725e12a 11/12: ivy.el (Info-current-file): Declare


From: Oleh Krehel
Subject: [elpa] master 725e12a 11/12: ivy.el (Info-current-file): Declare
Date: Thu, 23 Apr 2015 18:01:59 +0000

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

    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



reply via email to

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