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

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

[elpa] externals/ssh-deploy 16a22f4 157/173: More (when (not to (unless


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 16a22f4 157/173: More (when (not to (unless conversions
Date: Sat, 20 Oct 2018 10:36:48 -0400 (EDT)

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

    More (when (not to (unless conversions
---
 ssh-deploy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index b20a262..a4adb51 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -327,8 +327,8 @@
 
 (defun ssh-deploy--mode-line-status-update (&optional status)
   "Update the local status text variable to a text representation based on 
STATUS."
-  (when (or (not (boundp 'status))
-            (not status))
+  (unless (or (boundp 'status)
+              (not status))
     ;; (message "SSH Deploy -Resetting status: %s" status)
     (setq status ssh-deploy--status-undefined))
   (let ((status-text ""))



reply via email to

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