Make builtin completing read default again.

After a couple of requests for this.
This commit is contained in:
Phil Jackson 2010-09-25 16:53:26 +01:00
parent 814ba6c715
commit 8d94579f8b

View file

@ -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)