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
ecd3f8b2
Commit
ecd3f8b2
authored
Oct 17, 2007
by
Glenn Morris
Browse files
(Qcompletion_ignore_case): Change to external.
(syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
parent
9fa5c213
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/dired.c
src/dired.c
+1
-6
No files found.
src/dired.c
View file @
ecd3f8b2
...
...
@@ -115,10 +115,10 @@ extern void filemodestring P_ ((struct stat *, char *));
#endif
extern
int
completion_ignore_case
;
extern
Lisp_Object
Qcompletion_ignore_case
;
extern
Lisp_Object
Vcompletion_regexp_list
;
Lisp_Object
Vcompletion_ignored_extensions
;
Lisp_Object
Qcompletion_ignore_case
;
Lisp_Object
Qdirectory_files
;
Lisp_Object
Qdirectory_files_and_attributes
;
Lisp_Object
Qfile_name_completion
;
...
...
@@ -1077,11 +1077,6 @@ syms_of_dired ()
defsubr
(
&
Sfile_attributes
);
defsubr
(
&
Sfile_attributes_lessp
);
#ifdef VMS
Qcompletion_ignore_case
=
intern
(
"completion-ignore-case"
);
staticpro
(
&
Qcompletion_ignore_case
);
#endif
/* VMS */
DEFVAR_LISP
(
"completion-ignored-extensions"
,
&
Vcompletion_ignored_extensions
,
doc:
/* Completion ignores file names ending in any string in this list.
It does not ignore them if all possible completions end in one of
...
...
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