aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJohn Paul Wallington2004-07-04 21:08:56 +0000
committerJohn Paul Wallington2004-07-04 21:08:56 +0000
commit316ef0dcf13c70ac0cd6250fe35dc5fd51bcfb5b (patch)
treedfdc90a2b805ed8d081c7c4dd60206c768d35489 /src/ChangeLog
parent59db7d6e7f5480f9af8fb7d2c0eab6d699028f36 (diff)
downloademacs-316ef0dcf13c70ac0cd6250fe35dc5fd51bcfb5b.tar.gz
emacs-316ef0dcf13c70ac0cd6250fe35dc5fd51bcfb5b.zip
(read_file_name_completion_ignore_case): New variable.
(syms_of_fileio): Declare and initialise it. (Fread_file_name): Bind `completion-ignore-case' to respect it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ba3196d4e7..8d0d1c17609 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12004-07-04 John Paul Wallington <jpw@gnu.org>
2
3 * fileio.c (read_file_name_completion_ignore_case): New variable.
4 (syms_of_fileio): Declare and initialise it.
5 (Fread_file_name): Bind `completion-ignore-case' to respect it.
6
12004-07-03 Eli Zaretskii <eliz@gnu.org> 72004-07-03 Eli Zaretskii <eliz@gnu.org>
2 8
3 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects 9 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects