From 8d94579f8bf5e5d4d5c8445af68abd8c01c80cd7 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Sat, 25 Sep 2010 16:53:26 +0100 Subject: [PATCH] Make builtin completing read default again. After a couple of requests for this. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index f7dafdfa..fbb1a00a 100644 --- a/magit.el +++ b/magit.el @@ -183,7 +183,7 @@ t mean pty, it enable magit to prompt for passphrase when needed." :group 'magit :type 'boolean) -(defcustom magit-completing-read-function 'magit-iswitchb-completing-read +(defcustom magit-completing-read-function 'magit-builtin-completing-read "Function to be called when requesting input from the user." :group 'magit :type '(radio (function-item magit-iswitchb-completing-read)