aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/simple.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5581dc6464..ebc62924b5e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-03-28 Juri Linkov <juri@jurta.org>
2
3 * simple.el (minibuffer-default-add-completions):
4 Remove `(interactive)'. (Bug#2805)
5
12009-03-28 Eli Zaretskii <eliz@gnu.org> 62009-03-28 Eli Zaretskii <eliz@gnu.org>
2 7
3 * files.el (shell-quote-wildcard-pattern): Doc fix. 8 * files.el (shell-quote-wildcard-pattern): Doc fix.
diff --git a/lisp/simple.el b/lisp/simple.el
index 999809e6bd8..b7f1fca0f37 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1359,7 +1359,6 @@ this by calling a function defined by `minibuffer-default-add-function'.")
1359 "Return a list of all completions without the default value. 1359 "Return a list of all completions without the default value.
1360This function is used to add all elements of the completion table to 1360This function is used to add all elements of the completion table to
1361the end of the list of defaults just after the default value." 1361the end of the list of defaults just after the default value."
1362 (interactive)
1363 (let ((def minibuffer-default) 1362 (let ((def minibuffer-default)
1364 (all (all-completions "" 1363 (all (all-completions ""
1365 minibuffer-completion-table 1364 minibuffer-completion-table