# HG changeset patch # User Juri Linkov # Date 1238275066 0 # Node ID 31e751308689196a63e0c9bb736eb21844e66711 # Parent f0522c5e7271492ae6c9e4baa700f00b12cccc2e (minibuffer-default-add-completions): Remove `(interactive)'. (Bug#2805) diff -r f0522c5e7271 -r 31e751308689 lisp/simple.el --- a/lisp/simple.el Sat Mar 28 16:03:03 2009 +0000 +++ b/lisp/simple.el Sat Mar 28 21:17:46 2009 +0000 @@ -1359,7 +1359,6 @@ "Return a list of all completions without the default value. This function is used to add all elements of the completion table to the end of the list of defaults just after the default value." - (interactive) (let ((def minibuffer-default) (all (all-completions "" minibuffer-completion-table