# HG changeset patch # User Glenn Morris # Date 1192584659 0 # Node ID 78939f1449b7ceab3637739e59bca5659099da4b # Parent f197bd049c2358a72debb1bd9e341e1958050bb1 (Qcompletion_ignore_case): Change to external. (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case. diff -r f197bd049c23 -r 78939f1449b7 src/dired.c --- a/src/dired.c Wed Oct 17 01:30:17 2007 +0000 +++ b/src/dired.c Wed Oct 17 01:30:59 2007 +0000 @@ -115,10 +115,10 @@ #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 @@ 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