comparison etc/NEWS @ 56363:278fbbc28f40

Mention `read-file-name-completion-ignore-case'.
author John Paul Wallington <jpw@pobox.com>
date Tue, 06 Jul 2004 18:49:32 +0000
parents e8ac4e60a4e1
children e784f4b6c134
comparison
equal deleted inserted replaced
56362:f9bb0a7d3c17 56363:278fbbc28f40
2949 variable is used by read-file-name-internal to filter the completion list. 2949 variable is used by read-file-name-internal to filter the completion list.
2950 2950
2951 --- 2951 ---
2952 ** The new variable `read-file-name-function' can be used by lisp code 2952 ** The new variable `read-file-name-function' can be used by lisp code
2953 to override the internal read-file-name function. 2953 to override the internal read-file-name function.
2954
2955
2956 ** The new variable `read-file-name-completion-ignore-case' specifies
2957 whether completion ignores case when reading a file name with the
2958 `read-file-name' function.
2954 2959
2955 +++ 2960 +++
2956 ** The new function `read-directory-name' can be used instead of 2961 ** The new function `read-directory-name' can be used instead of
2957 `read-file-name' to read a directory name; when used, completion 2962 `read-file-name' to read a directory name; when used, completion
2958 will only show directories. 2963 will only show directories.