diff options
| author | Miles Bader | 2007-10-19 00:00:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-19 00:00:21 +0000 |
| commit | 9c8020a8df03dc67a56d7df15664dcf7ace54bf0 (patch) | |
| tree | 09b0646addff3c39f9e96ba89c04bdcc038a87a7 /src/dired.c | |
| parent | dfc3268dfa133a2e0a677f1af7c1ee548eae065d (diff) | |
| parent | bd3164743080f3eb5fc316aca7cc5322ca58fe33 (diff) | |
| download | emacs-9c8020a8df03dc67a56d7df15664dcf7ace54bf0.tar.gz emacs-9c8020a8df03dc67a56d7df15664dcf7ace54bf0.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 890-898)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 122-128)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 257-258)
- Merge from emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/dired.c b/src/dired.c index b362eec62b5..ccd27dbb713 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -116,10 +116,10 @@ extern void filemodestring P_ ((struct stat *, char *)); | |||
| 116 | #endif | 116 | #endif |
| 117 | 117 | ||
| 118 | extern int completion_ignore_case; | 118 | extern int completion_ignore_case; |
| 119 | extern Lisp_Object Qcompletion_ignore_case; | ||
| 119 | extern Lisp_Object Vcompletion_regexp_list; | 120 | extern Lisp_Object Vcompletion_regexp_list; |
| 120 | 121 | ||
| 121 | Lisp_Object Vcompletion_ignored_extensions; | 122 | Lisp_Object Vcompletion_ignored_extensions; |
| 122 | Lisp_Object Qcompletion_ignore_case; | ||
| 123 | Lisp_Object Qdirectory_files; | 123 | Lisp_Object Qdirectory_files; |
| 124 | Lisp_Object Qdirectory_files_and_attributes; | 124 | Lisp_Object Qdirectory_files_and_attributes; |
| 125 | Lisp_Object Qfile_name_completion; | 125 | Lisp_Object Qfile_name_completion; |
| @@ -1078,11 +1078,6 @@ syms_of_dired () | |||
| 1078 | defsubr (&Sfile_attributes); | 1078 | defsubr (&Sfile_attributes); |
| 1079 | defsubr (&Sfile_attributes_lessp); | 1079 | defsubr (&Sfile_attributes_lessp); |
| 1080 | 1080 | ||
| 1081 | #ifdef VMS | ||
| 1082 | Qcompletion_ignore_case = intern ("completion-ignore-case"); | ||
| 1083 | staticpro (&Qcompletion_ignore_case); | ||
| 1084 | #endif /* VMS */ | ||
| 1085 | |||
| 1086 | DEFVAR_LISP ("completion-ignored-extensions", &Vcompletion_ignored_extensions, | 1081 | DEFVAR_LISP ("completion-ignored-extensions", &Vcompletion_ignored_extensions, |
| 1087 | doc: /* Completion ignores file names ending in any string in this list. | 1082 | doc: /* Completion ignores file names ending in any string in this list. |
| 1088 | It does not ignore them if all possible completions end in one of | 1083 | It does not ignore them if all possible completions end in one of |