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

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

[elpa] externals/ssh-deploy 5b263c1 045/133: Some changes from ELPA merg


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 5b263c1 045/133: Some changes from ELPA merged
Date: Sat, 27 Mar 2021 14:48:41 -0400 (EDT)

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

    Some changes from ELPA merged
---
 ssh-deploy-diff-mode.el | 27 ++++++++++++++++-----------
 ssh-deploy.el           | 12 ++++++------
 2 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el
index 3e1ed17..c6db269 100644
--- a/ssh-deploy-diff-mode.el
+++ b/ssh-deploy-diff-mode.el
@@ -1,22 +1,22 @@
-;;; ssh-deploy-diff-mode.el --- Mode for interactive directory differences -*- 
lexical-binding: t -*-
+;;; ssh-deploy-diff-mode.el --- Mode for interactive directory differences  
-*- lexical-binding:t -*-
 
-;; Author: Christian Johansson <github.com/cjohansson>
-;; Maintainer: Christian Johansson <github.com/cjohansson>
+;; Copyright (C) 2017-2018  Free Software Foundation, Inc.
+
+;; Author: Christian Johansson <christian@cvj.se>
+;; Maintainer: Christian Johansson <christian@cvj.se>
 ;; Created: 1 Feb 2018
-;; Modified: 1 Nov 2018
-;; Version: 1.16
+;; Modified: 28 Nov 2018
+;; Version: 2.0
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
 ;; Package-Requires: ((emacs "24"))
 
-;; Copyright (C) 2017 Christian Johansson
-
 ;; This file is not part of GNU Emacs.
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation; either version 2, or (at
+;; published by the Free Software Foundation; either version 3, or (at
 ;; your option) any later version.
 
 ;; This program is distributed in the hope that it will be useful, but
@@ -25,9 +25,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Spathoftware Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -36,6 +34,13 @@
 ;;; Code:
 
 
+(autoload 'ssh-deploy-diff-directories "ssh-deploy")
+(autoload 'ssh-deploy-upload "ssh-deploy")
+(autoload 'ssh-deploy-download "ssh-deploy")
+(autoload 'ssh-deploy-delete-both "ssh-deploy")
+(autoload 'ssh-deploy-delete "ssh-deploy")
+(autoload 'ssh-deploy-diff-files "ssh-deploy")
+
 (defconst ssh-deploy-diff-mode--keywords
   '(
     "DIRECTORY A"
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 67d444b..1ee612d 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1,10 +1,12 @@
-;;; ssh-deploy.el --- Deployment via TRAMP, global or per directory. -*- 
lexical-binding: t -*-
+;;; ssh-deploy.el --- Deployment via TRAMP, global or per directory.  -*- 
lexical-binding:t -*-
+
+;; Copyright (C) 2017-2018  Free Software Foundation, Inc.
 
 ;; Author: Christian Johansson <christian@cvj.se>
 ;; Maintainer: Christian Johansson <christian@cvj.se>
 ;; Created: 5 Jul 2016
-;; Modified: 4 Nov 2018
-;; Version: 2.07
+;; Modified: 28 Nov 2018
+;; Version: 3.0
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
@@ -23,9 +25,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

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