From 70af434677f81898f40ef144239985ee97d3f9ef Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 13 Nov 2011 07:29:35 +0100 Subject: [PATCH] * anything-config.el (anything-comp-read): Exit with value of :default keyword. --- anything-config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/anything-config.el b/anything-config.el index 258e770..43ea472 100644 --- a/anything-config.el +++ b/anything-config.el @@ -9408,6 +9408,7 @@ that use `anything-comp-read' See `anything-M-x' for example." :prompt prompt :resume 'noresume :buffer buffer) + (unless must-match default) (keyboard-quit))))) ;; Generic completing-read -- 2.11.4.GIT