diff options
| author | Miles Bader | 2006-01-25 07:10:04 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-01-25 07:10:04 +0000 |
| commit | b2ba4dcba149f845bf7fcf15b6cede6a6cbcc336 (patch) | |
| tree | d9ca500b0501201584dbab3b74a83d1ba7e374c9 /src/dired.c | |
| parent | 90fc2bc59774318b3db7c3642df00a1297f6b7ff (diff) | |
| parent | 7347faa822b5ea177df5b2ed7a2b7d79194f0bcc (diff) | |
| download | emacs-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.c | 10 |
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. |
| 1041 | Directories are ignored if they match any string in this list which | 1041 | It does not ignore them if all possible completions end in one of |
| 1042 | ends in a slash. | 1042 | these strings or when displaying a list of completions. |
| 1043 | This variable does not affect lists of possible completions, | 1043 | It ignores directory names if they match any string in this list which |
| 1044 | but does affect the commands that actually do completions. */); | 1044 | ends in a slash. */); |
| 1045 | Vcompletion_ignored_extensions = Qnil; | 1045 | Vcompletion_ignored_extensions = Qnil; |
| 1046 | } | 1046 | } |
| 1047 | 1047 | ||