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

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

[elpa] master c80420b 3/4: [gnugo] When sorry, say "Sorry" first.


From: Thien-Thi Nguyen
Subject: [elpa] master c80420b 3/4: [gnugo] When sorry, say "Sorry" first.
Date: Sat, 11 Feb 2017 17:07:04 -0500 (EST)

branch: master
commit c80420bf2669e153d3c80b55f5034f591474de9f
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    [gnugo] When sorry, say "Sorry" first.
    
    * packages/gnugo/gnugo.el (gnugo-image-display-mode):
    In the case where display does not support images,
    move "sorry" from end of error message to beginning.
---
 packages/gnugo/gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index ccec370..91460765 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1888,7 +1888,7 @@ See function `display-images-p' and variable 
`gnugo-xpms'."
    (lambda (bool)
      (unless (eq bool (gnugo-get :display-using-images))
        (unless (display-images-p)
-         (user-error "Display does not support images, sorry"))
+         (user-error "Sorry, display does not support images"))
        (let ((fresh (if (functionp gnugo-xpms)
                         (funcall gnugo-xpms (gnugo-get :SZ))
                       gnugo-xpms)))



reply via email to

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