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

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

[nongnu] elpa/git-commit 2b1a068: magit-stash-pop: Autoload


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 2b1a068: magit-stash-pop: Autoload
Date: Sun, 19 Sep 2021 14:57:27 -0400 (EDT)

branch: elpa/git-commit
commit 2b1a0683fb4606924a2d41d9c33a70aacf3de0c4
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-stash-pop: Autoload
---
 lisp/magit-stash.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el
index 2dd1446..c858249 100644
--- a/lisp/magit-stash.el
+++ b/lisp/magit-stash.el
@@ -223,6 +223,7 @@ are staged changes, apply without preserving the stash 
index."
       (magit-refresh)
     (magit-run-git "stash" "apply" stash)))
 
+;;;###autoload
 (defun magit-stash-pop (stash)
   "Apply a stash to the working tree and remove it from stash list.
 Try to preserve the stash index.  If that fails because there



reply via email to

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