From 38ce38f50cb684d91fb94506c982defa2007a737 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 2 Sep 2008 05:25:27 -0400 Subject: If a chess message cannot be found, let the user know which one. --- chess-message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess-message.el b/chess-message.el index 587f197..9ac8b32 100644 --- a/chess-message.el +++ b/chess-message.el @@ -31,7 +31,7 @@ (msg (and entry (cdr (assq key (cdr entry)))))) (if msg (apply 'format msg arguments) - "message not found"))) + (format "Message not found: %s" key)))) (defsubst chess-message (key &rest arguments) (message (apply 'chess-string key arguments))) -- cgit v1.2.3