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

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

[elpa] externals/ssh-deploy f8dc6a2 144/173: Renamed mode-line name from


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy f8dc6a2 144/173: Renamed mode-line name from SH to DPL
Date: Sat, 20 Oct 2018 10:36:46 -0400 (EDT)

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

    Renamed mode-line name from SH to DPL
---
 ssh-deploy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 4149000..75c7789 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -347,8 +347,8 @@
 (defun ssh-deploy--mode-line-status-text-format (text)
   "Return a formatted string based on TEXT."
   (if (string= text "")
-      (format " SH ")
-    (format " SH:%s " text)))
+      (format " DPL ")
+    (format " DPL: %s " text)))
 
 (defun ssh-deploy--insert-keyword (text)
   "Insert TEXT as bold text."



reply via email to

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