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

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

[elpa] externals/ssh-deploy e4d1403 086/133: Added async.el autoload for


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy e4d1403 086/133: Added async.el autoload for new change detection and pushed version
Date: Sat, 27 Mar 2021 14:48:49 -0400 (EDT)

branch: externals/ssh-deploy
commit e4d14034ba0e0fc48d32204ba4c633bbd159c6c3
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Added async.el autoload for new change detection and pushed version
---
 ssh-deploy.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 4db8887..d503ef7 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -5,8 +5,8 @@
 ;; Author: Christian Johansson <christian@cvj.se>
 ;; Maintainer: Christian Johansson <christian@cvj.se>
 ;; Created: 5 Jul 2016
-;; Modified: 10 Apr 2019
-;; Version: 3.0.5
+;; Modified: 16 Apr 2019
+;; Version: 3.0.6
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
@@ -336,6 +336,8 @@
                    (autoload 'ssh-deploy-diff-handler "ssh-deploy")
                    (autoload 'ssh-deploy--diff-directories-data "ssh-deploy")
                    (autoload 'ssh-deploy--diff-directories-present 
"ssh-deploy")
+                   (autoload 'ssh-deploy--remote-changes-data "ssh-deploy")
+                   (autoload 'ssh-deploy--remote-changes-post-executor 
"ssh-deploy")
                    (funcall start)))
                finish))))
       (display-warning 'ssh-deploy "async-start functions are not 
available!"))))



reply via email to

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