Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
408e56e1
Commit
408e56e1
authored
Sep 16, 1994
by
Karl Heuer
Browse files
(Qcompletion_ignored_extensions): New symbol.
(syms_of_dired): Initialize it.
parent
1b50b4f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/dired.c
src/dired.c
+3
-0
No files found.
src/dired.c
View file @
408e56e1
...
...
@@ -96,6 +96,7 @@ extern int completion_ignore_case;
extern
Lisp_Object
Vcompletion_regexp_list
;
Lisp_Object
Vcompletion_ignored_extensions
;
Lisp_Object
Qcompletion_ignored_extensions
;
Lisp_Object
Qcompletion_ignore_case
;
Lisp_Object
Qdirectory_files
;
Lisp_Object
Qfile_name_completion
;
...
...
@@ -684,6 +685,8 @@ syms_of_dired ()
staticpro
(
&
Qcompletion_ignore_case
);
#endif
/* VMS */
Qcompletion_ignored_extensions
=
intern
(
"completion-ignored-extensions"
);
staticpro
(
&
Qcompletion_ignored_extensions
);
DEFVAR_LISP
(
"completion-ignored-extensions"
,
&
Vcompletion_ignored_extensions
,
"*Completion ignores filenames ending in any string in this list.
\n
\
This variable does not affect lists of possible completions,
\n
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment