branch: externals/ssh-deploy
commit f8dc6a280720470c975fff7d5f49bffd79aca554
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    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