aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/simple.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 065516e7241..77925f3beb6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-10-19 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4
12008-10-19 Martin Rudalics <rudalics@gmx.at> 52008-10-19 Martin Rudalics <rudalics@gmx.at>
2 6
3 * window.el (enlarge-window-horizontally, shrink-window-horizontally): 7 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
diff --git a/lisp/simple.el b/lisp/simple.el
index 5f2ef040272..9636f118932 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1979,7 +1979,7 @@ stdout will be intermixed in the output stream.")
1979 1979
1980(defun minibuffer-default-add-shell-commands () 1980(defun minibuffer-default-add-shell-commands ()
1981 "Return a list of all commands associted with the current file. 1981 "Return a list of all commands associted with the current file.
1982This function is used to add all related commands retieved by `mailcap' 1982This function is used to add all related commands retrieved by `mailcap'
1983to the end of the list of defaults just after the default value." 1983to the end of the list of defaults just after the default value."
1984 (interactive) 1984 (interactive)
1985 (let* ((filename (if (listp minibuffer-default) 1985 (let* ((filename (if (listp minibuffer-default)