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

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

[elpa] externals/ssh-deploy fdfad2de55 1/2: Fix invalid bind in ssh-depl


From: ELPA Syncer
Subject: [elpa] externals/ssh-deploy fdfad2de55 1/2: Fix invalid bind in ssh-deploy-prefix-map
Date: Sun, 17 Nov 2024 15:58:57 -0500 (EST)

branch: externals/ssh-deploy
commit fdfad2de55a6f14bb6d75ebb50735963952d9b2a
Author: Alan Pearce <alan@alanpearce.eu>
Commit: GitHub <noreply@github.com>

    Fix invalid bind in ssh-deploy-prefix-map
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 917d7f1504..d21ea9fc86 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1455,7 +1455,7 @@ if it is configured for deployment."
 
 (defvar ssh-deploy-prefix-map
   (let ((map (make-sparse-keymap)))
-    (define-key map "f" 'ssh-deploy-upload-handler-force)
+    (define-key map "f" 'ssh-deploy-upload-handler-forced)
     (define-key map "u" 'ssh-deploy-upload-handler)
     (define-key map "D" 'ssh-deploy-delete-handler)
     (define-key map "d" 'ssh-deploy-download-handler)



reply via email to

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