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

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

[elpa] externals/ssh-deploy 4268c8b 035/133: Fixed bug with constant def


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 4268c8b 035/133: Fixed bug with constant definition
Date: Sat, 27 Mar 2021 14:48:39 -0400 (EDT)

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

    Fixed bug with constant definition
---
 ssh-deploy-diff-mode.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el
index d877f97..7898ae8 100644
--- a/ssh-deploy-diff-mode.el
+++ b/ssh-deploy-diff-mode.el
@@ -38,15 +38,6 @@
 
 
 (defconst ssh-deploy-diff-mode--keywords
-  (list
-   "DIRECTORY A"
-   "DIRECTORY B"
-   "EXCLUDE-LIST"
-   "FILES ONLY IN A"
-   "FILES ONLY IN B"
-   "FILES IN BOTH BUT DIFFERS"
-   "HELP"
-   )
   '(
     "DIRECTORY A"
     "DIRECTORY B"



reply via email to

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