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

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

[elpa] externals/ssh-deploy 4044f78 064/133: Hydra compilation working


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 4044f78 064/133: Hydra compilation working
Date: Sat, 27 Mar 2021 14:48:44 -0400 (EDT)

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

    Hydra compilation working
---
 ssh-deploy.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index ccf7bf2..7404e09 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1416,7 +1416,8 @@
       ("o" #'ssh-deploy-open-remote-file-handler)
       ("m" #'ssh-deploy-remote-sql-mysql-handler)
       ("s" #'ssh-deploy-run-deploy-script-handler))
-    (global-set-key (kbd shortcut) 'ssh-deploy-hydra/body)))
+    (when (fboundp 'ssh-deploy-hydra/body)
+      (global-set-key (kbd shortcut) #'ssh-deploy-hydra/body))))
 
 (defvar ssh-deploy-prefix-map
   (let ((map (make-sparse-keymap)))



reply via email to

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