changeset 102768:31e751308689

(minibuffer-default-add-completions): Remove `(interactive)'. (Bug#2805)
author Juri Linkov <juri@jurta.org>
date Sat, 28 Mar 2009 21:17:46 +0000
parents f0522c5e7271
children af29f6cc5447
files lisp/simple.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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