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

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

[elpa] externals/ssh-deploy 7be2881 038/133: Fixed proper symbols for ac


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 7be2881 038/133: Fixed proper symbols for actions
Date: Sat, 27 Mar 2021 14:48:39 -0400 (EDT)

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

    Fixed proper symbols for actions
---
 ssh-deploy-diff-mode.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el
index 1bff6b8..703f6b5 100644
--- a/ssh-deploy-diff-mode.el
+++ b/ssh-deploy-diff-mode.el
@@ -69,13 +69,13 @@
     map)
   "Key-map for SSH Deploy Diff major mode.")
 
-(defun ssh-deploy-diff-mode-copy-handler() "Start the copy action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--action-copy))
-(defun ssh-deploy-diff-mode-copy-a-handler() "Start the copy A action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--action-copy-a))
-(defun ssh-deploy-diff-mode-copy-b-handler() "Start the copy B action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--action-copy-b))
-(defun ssh-deploy-diff-mode-delete-handler() "Start the delete action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--action-delete))
-(defun ssh-deploy-diff-mode-difference-handler() "Start the difference 
action." (interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--action-difference))
-(defun ssh-deploy-diff-mode-refresh-handler() "Start the refresh action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--action-refresh))
-(defun ssh-deploy-diff-mode-open-handler() "Start the open action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--action-open))
+(defun ssh-deploy-diff-mode-copy-handler() "Start the copy action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--copy))
+(defun ssh-deploy-diff-mode-copy-a-handler() "Start the copy A action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--copy-a))
+(defun ssh-deploy-diff-mode-copy-b-handler() "Start the copy B action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--copy-b))
+(defun ssh-deploy-diff-mode-delete-handler() "Start the delete action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--delete))
+(defun ssh-deploy-diff-mode-difference-handler() "Start the difference 
action." (interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--difference))
+(defun ssh-deploy-diff-mode-refresh-handler() "Start the refresh action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--refresh))
+(defun ssh-deploy-diff-mode-open-handler() "Start the open action." 
(interactive)(ssh-deploy-diff-mode--action-handler 
#'ssh-deploy-diff-mode--open))
 
 (defun ssh-deploy-diff-mode--get-parts ()
   "Return current file and section if any."



reply via email to

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