monnier pushed a commit to branch master
in repository elpa.
commit 13a9fda3e6b294dbd4cecf8977f050d70afe7a4b
Author: Teemu Likonen <[email protected]>
Date: Tue Jan 4 17:48:03 2011 +0000
Muutetaan hylätyn korjausehdotusvalinnan virheilmoitusta
---
wcheck-mode.el | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index e3dd3b8..70fc9dc 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -1644,9 +1644,7 @@ or nil."
(set-window-dedicated-p window t)
;; Return the choice or nil.
(cond ((cdr (assq (wcheck-read-key prompt) alist)))
- (t
- (message "Not a valid character")
- nil)))))
+ (t (message "Abort") nil)))))
(message "No suggestions")
nil))