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

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

[elpa] externals/gnugo 1e01c65 340/357: [gnugo] When sorry, say "Sorry"


From: Stefan Monnier
Subject: [elpa] externals/gnugo 1e01c65 340/357: [gnugo] When sorry, say "Sorry" first.
Date: Sun, 29 Nov 2020 14:51:53 -0500 (EST)

branch: externals/gnugo
commit 1e01c6575f3053fc8f0f869731d459ce77ba9b9f
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [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.
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index ccec370..91460765 100644
--- a/gnugo.el
+++ b/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]