diff options
| author | Karl Heuer | 1994-09-28 20:45:25 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-28 20:45:25 +0000 |
| commit | 7451ae15f971cf12c5a0e68ea3815655ae7af879 (patch) | |
| tree | 78ad9a9f21a39e55fb34b0698a9487388207f535 /src | |
| parent | 8a9b0da95ae651715f717ef85a98d55fbc3c4ae7 (diff) | |
| download | emacs-7451ae15f971cf12c5a0e68ea3815655ae7af879.tar.gz emacs-7451ae15f971cf12c5a0e68ea3815655ae7af879.zip | |
(syms_of_dired): Undo Sep 16 change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dired.c b/src/dired.c index c9c4d648990..cb1a8d8b88e 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -96,7 +96,6 @@ extern int completion_ignore_case; | |||
| 96 | extern Lisp_Object Vcompletion_regexp_list; | 96 | extern Lisp_Object Vcompletion_regexp_list; |
| 97 | 97 | ||
| 98 | Lisp_Object Vcompletion_ignored_extensions; | 98 | Lisp_Object Vcompletion_ignored_extensions; |
| 99 | Lisp_Object Qcompletion_ignored_extensions; | ||
| 100 | Lisp_Object Qcompletion_ignore_case; | 99 | Lisp_Object Qcompletion_ignore_case; |
| 101 | Lisp_Object Qdirectory_files; | 100 | Lisp_Object Qdirectory_files; |
| 102 | Lisp_Object Qfile_name_completion; | 101 | Lisp_Object Qfile_name_completion; |
| @@ -685,8 +684,6 @@ syms_of_dired () | |||
| 685 | staticpro (&Qcompletion_ignore_case); | 684 | staticpro (&Qcompletion_ignore_case); |
| 686 | #endif /* VMS */ | 685 | #endif /* VMS */ |
| 687 | 686 | ||
| 688 | Qcompletion_ignored_extensions = intern ("completion-ignored-extensions"); | ||
| 689 | staticpro (&Qcompletion_ignored_extensions); | ||
| 690 | DEFVAR_LISP ("completion-ignored-extensions", &Vcompletion_ignored_extensions, | 687 | DEFVAR_LISP ("completion-ignored-extensions", &Vcompletion_ignored_extensions, |
| 691 | "*Completion ignores filenames ending in any string in this list.\n\ | 688 | "*Completion ignores filenames ending in any string in this list.\n\ |
| 692 | This variable does not affect lists of possible completions,\n\ | 689 | This variable does not affect lists of possible completions,\n\ |