branch: elpa/git-commit
commit 5b0d1ce31e3d41397255f6de6bb5a7b75ef78fff
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-status-quick: Add autoload cookie
    
    Closes #4519.
---
 lisp/magit-status.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/magit-status.el b/lisp/magit-status.el
index 9ed5152..ab07260 100644
--- a/lisp/magit-status.el
+++ b/lisp/magit-status.el
@@ -309,6 +309,7 @@ also contains other useful hints.")
 
 (put 'magit-status-here 'interactive-only 'magit-status-setup-buffer)
 
+;;;###autoload
 (defun magit-status-quick ()
   "Show the status of the current Git repository, maybe without refreshing.
 

Reply via email to