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

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

[elpa] master a019441 41/54: Add autoloads to some important functions


From: Oleh Krehel
Subject: [elpa] master a019441 41/54: Add autoloads to some important functions
Date: Tue, 29 Sep 2015 14:10:02 +0000

branch: master
commit a01944119fbc704e53e47ec576e3c64cb17d1b0b
Author: PythonNut <address@hidden>
Commit: PythonNut <address@hidden>

    Add autoloads to some important functions
---
 ivy.el |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ivy.el b/ivy.el
index 27df11d..63b5b74 100644
--- a/ivy.el
+++ b/ivy.el
@@ -441,6 +441,7 @@ If the text hasn't changed as a result, forward to 
`ivy-alt-done'."
   (setq ivy-exit 'done)
   (exit-minibuffer))
 
+;;;###autoload
 (defun ivy-resume ()
   "Resume the last completion session."
   (interactive)
@@ -494,6 +495,7 @@ If the text hasn't changed as a result, forward to 
`ivy-alt-done'."
   (interactive)
   (ivy-set-index (max (- ivy--index ivy-height)
                       0)))
+
 (defun ivy-minibuffer-grow ()
   "Grow the minibuffer window by 1 line."
   (interactive)
@@ -1028,6 +1030,7 @@ This is useful for recursive `ivy-read'."
                  nil)))
     (setf (ivy-state-initial-input ivy-last) initial-input)))
 
+;;;###autoload
 (defun ivy-completing-read (prompt collection
                             &optional predicate require-match initial-input
                               history def _inherit-input-method)
@@ -1691,6 +1694,7 @@ BUFFER may be a string or nil."
     ivy--rename-buffer-action
     "rename")))
 
+;;;###autoload
 (defun ivy-switch-buffer ()
   "Switch to another buffer."
   (interactive)
@@ -1702,6 +1706,7 @@ BUFFER may be a string or nil."
                 :action #'ivy--switch-buffer-action
                 :keymap ivy-switch-buffer-map))))
 
+;;;###autoload
 (defun ivy-recentf ()
   "Find a file on `recentf-list'."
   (interactive)



reply via email to

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