changeset 770:336a418893b5

[xemacs-hg @ 2002-03-08 13:33:12 by adrian] file-name-all-completions vs. completion-ignored-extensions <s5tzo2u3vsx.fsf@goedel1.math.washington.edu>
author adrian
date Fri, 08 Mar 2002 13:33:14 +0000
parents d007336dd239
children 943eaba38521
files src/ChangeLog src/dired.c
diffstat 2 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Mar 06 04:53:29 2002 +0000
+++ b/src/ChangeLog	Fri Mar 08 13:33:14 2002 +0000
@@ -1,3 +1,11 @@
+2002-01-31  John H. Palmieri  <palmieri@math.washington.edu>
+
+	* dired.c (Ffile_name_all_completions): Change documentation --
+	remove reference to completion-ignored-extensions.
+	* dired.c (vars_of_dired): Change documentation for
+	completion-ignored-extensions -- remove reference to
+	file-name-all-completions.
+
 2002-03-05  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.5 "beets" is released.
--- a/src/dired.c	Wed Mar 06 04:53:29 2002 +0000
+++ b/src/dired.c	Fri Mar 08 13:33:14 2002 +0000
@@ -221,11 +221,6 @@
 DEFUN ("file-name-all-completions", Ffile_name_all_completions, 2, 2, 0, /*
 Return a list of all completions of PARTIAL-FILENAME in DIRECTORY.
 These are all file names in DIRECTORY which begin with PARTIAL-FILENAME.
-
-File names which end with any member of `completion-ignored-extensions'
-are not considered as possible completions for PARTIAL-FILENAME unless
-there is no other possible completion. `completion-ignored-extensions'
-is not applied to the names of directories.
 */
        (partial_filename, directory))
 {
@@ -967,8 +962,7 @@
 *Completion ignores filenames ending in any string in this list.
 This variable does not affect lists of possible completions,
 but does affect the commands that actually do completions.
-It is used by the functions `file-name-completion' and
-`file-name-all-completions'.
+It is used by the function `file-name-completion'.
 */ );
   Vcompletion_ignored_extensions = Qnil;
 }