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

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

[elpa] externals/ssh-deploy 71796c3 006/133: Optimization for menu-code


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 71796c3 006/133: Optimization for menu-code completed
Date: Sat, 27 Mar 2021 14:48:32 -0400 (EDT)

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

    Optimization for menu-code completed
---
 ssh-deploy.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 58fc512..f8e26d9 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1374,7 +1374,9 @@
     (define-key map [sep7] '("--"))
     (define-key map [ulf] '("Forced Upload" . 
ssh-deploy-upload-handler-forced))
     (define-key map [ul] '("Upload" . ssh-deploy-upload-handler))
-    (define-key map [dl] '("Download" . ssh-deploy-download-handler))))
+    (define-key map [dl] '("Download" . ssh-deploy-download-handler))
+    map))
+
 (define-key-after global-map [menu-bar sshdeploy] (cons "Deployment" 
ssh-deploy-menu-map) 'tools)
 
 



reply via email to

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