branch: externals/ssh-deploy
commit 96276c81aebd2de513b947a2974914b36ccca494
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Added forced upload to menu-bar
---
 ssh-deploy.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index f90bd9b..a7b3fd7 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -3,8 +3,8 @@
 ;; Author: Christian Johansson <github.com/cjohansson>
 ;; Maintainer: Christian Johansson <github.com/cjohansson>
 ;; Created: 5 Jul 2016
-;; Modified: 25 Jun 2018
-;; Version: 1.89
+;; Modified: 27 Jun 2018
+;; Version: 1.9
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
@@ -1191,6 +1191,10 @@
 
 (define-key
   global-map
+  [menu-bar sshdeploy ulf]
+  '("Forced Upload" . ssh-deploy-upload-handler-forced))
+(define-key
+  global-map
   [menu-bar sshdeploy ul]
   '("Upload" . ssh-deploy-upload-handler))
 (define-key

Reply via email to