1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(minibuffer-default-add-completions):

Remove `(interactive)'.  (Bug#2805)
This commit is contained in:
Juri Linkov 2009-03-28 21:18:02 +00:00
parent e390f3a3fc
commit 7f3130fc99
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-03-28 Juri Linkov <juri@jurta.org>
* simple.el (minibuffer-default-add-completions):
Remove `(interactive)'. (Bug#2805)
2009-03-28 Eli Zaretskii <eliz@gnu.org>
* files.el (shell-quote-wildcard-pattern): Doc fix.

View file

@ -1359,7 +1359,6 @@ this by calling a function defined by `minibuffer-default-add-function'.")
"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