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

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

[elpa] externals/ssh-deploy a6629c1 130/133: Update ssh-deploy.el


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy a6629c1 130/133: Update ssh-deploy.el
Date: Sat, 27 Mar 2021 14:48:58 -0400 (EDT)

branch: externals/ssh-deploy
commit a6629c1df87fb73791f4549a194956a7044ee01a
Author: TristanHou <trace_Tristan@126.com>
Commit: GitHub <noreply@github.com>

    Update ssh-deploy.el
    
    fix a spelling mistake
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 5e29122..affe4f3 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1364,7 +1364,7 @@
 (defvar ssh-deploy-prefix-map
   (let ((map (make-sparse-keymap)))
     (define-key map "f" 'ssh-deploy-upload-handler-force)
-    (define-key map "u" 'ssh-deploy-upload-handle)
+    (define-key map "u" 'ssh-deploy-upload-handler)
     (define-key map "D" 'ssh-deploy-delete-handler)
     (define-key map "d" 'ssh-deploy-download-handler)
     (define-key map "x" 'ssh-deploy-diff-handler)



reply via email to

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