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

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

[elpa] externals/ssh-deploy 95e823a 074/133: Fixed issue with byte-compi


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 95e823a 074/133: Fixed issue with byte-compilation warning in new unit tests
Date: Sat, 27 Mar 2021 14:48:47 -0400 (EDT)

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

    Fixed issue with byte-compilation warning in new unit tests
---
 ssh-deploy-test.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ssh-deploy-test.el b/ssh-deploy-test.el
index d9ea802..b377b8e 100644
--- a/ssh-deploy-test.el
+++ b/ssh-deploy-test.el
@@ -39,6 +39,8 @@
 (autoload 'ssh-deploy--is-not-empty-string-p "ssh-deploy")
 (autoload 'ssh-deploy-download "ssh-deploy")
 (autoload 'ssh-deploy-upload "ssh-deploy")
+(autoload 'ssh-deploy-rename "ssh-deploy")
+(autoload 'ssh-deploy-delete-both "ssh-deploy")
 (autoload 'ssh-deploy-add-after-save-hook "ssh-deploy")
 (autoload 'ssh-deploy-add-after-save-hook "ssh-deploy")
 (autoload 'ssh-deploy-upload-handler "ssh-deploy")



reply via email to

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