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

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

[elpa] externals/ssh-deploy 96276c8 135/173: Added forced upload to menu


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 96276c8 135/173: Added forced upload to menu-bar
Date: Sat, 20 Oct 2018 10:36:45 -0400 (EDT)

branch: externals/ssh-deploy
commit 96276c81aebd2de513b947a2974914b36ccca494
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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

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