aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
diff options
context:
space:
mode:
authorMiles Bader2006-01-25 07:10:04 +0000
committerMiles Bader2006-01-25 07:10:04 +0000
commitb2ba4dcba149f845bf7fcf15b6cede6a6cbcc336 (patch)
treed9ca500b0501201584dbab3b74a83d1ba7e374c9 /src/dired.c
parent90fc2bc59774318b3db7c3642df00a1297f6b7ff (diff)
parent7347faa822b5ea177df5b2ed7a2b7d79194f0bcc (diff)
downloademacs-b2ba4dcba149f845bf7fcf15b6cede6a6cbcc336.tar.gz
emacs-b2ba4dcba149f845bf7fcf15b6cede6a6cbcc336.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 4-14) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (base, patch 1-7) - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187 - Update from CVS - Merge from emacs--devo--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 187) - Update from CVS
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dired.c b/src/dired.c
index eca05cde0db..650600b278e 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -1037,11 +1037,11 @@ syms_of_dired ()
1037#endif /* VMS */ 1037#endif /* VMS */
1038 1038
1039 DEFVAR_LISP ("completion-ignored-extensions", &Vcompletion_ignored_extensions, 1039 DEFVAR_LISP ("completion-ignored-extensions", &Vcompletion_ignored_extensions,
1040 doc: /* *Completion ignores filenames ending in any string in this list. 1040 doc: /* Completion ignores file names ending in any string in this list.
1041Directories are ignored if they match any string in this list which 1041It does not ignore them if all possible completions end in one of
1042ends in a slash. 1042these strings or when displaying a list of completions.
1043This variable does not affect lists of possible completions, 1043It ignores directory names if they match any string in this list which
1044but does affect the commands that actually do completions. */); 1044ends in a slash. */);
1045 Vcompletion_ignored_extensions = Qnil; 1045 Vcompletion_ignored_extensions = Qnil;
1046} 1046}
1047 1047