From ff009dbf6be5e342a8b75d669ae051973be704ee Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Mon, 21 Nov 2011 10:45:11 +0100 Subject: [PATCH] * anything-config.el (anything-completing-read-with-cands-in-buffer): Fix small error in arg list (init/default). --- anything-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anything-config.el b/anything-config.el index 8bfce40..11b0386 100644 --- a/anything-config.el +++ b/anything-config.el @@ -9574,7 +9574,7 @@ It should be used when candidate list don't need to rebuild dynamically." ;; So (re)calculate collection outside of main anything-session. (setq collection (all-completions "" collection)) (anything-completing-read-default-1 prompt collection test require-match - default hist default inherit-input-method + init hist default inherit-input-method name buffer t)) (defun* anything-completing-read-default -- 2.11.4.GIT