changeset 520:0cacef09dba2

[xemacs-hg @ 2001-05-08 09:14:35 by yoshiki] * buffer.c (Vcase_fold_search): Remove obsolete comment about non ASCII case-fold-search. This bug has been fixed by case-table changes.
author yoshiki
date Tue, 08 May 2001 09:14:37 +0000
parents 1c3b60121364
children 6a26cd6c98ff
files src/ChangeLog src/buffer.c
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue May 08 06:00:34 2001 +0000
+++ b/src/ChangeLog	Tue May 08 09:14:37 2001 +0000
@@ -1,3 +1,9 @@
+2001-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+	* buffer.c (Vcase_fold_search): Remove obsolete
+	  comment about non ASCII case-fold-search.  This
+	  bug has been fixed by case-table changes.
+
 2001-05-08  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>
 
 	* mule-charset.c (Fmake_charset): Add missing else.
--- a/src/buffer.c	Tue May 08 06:00:34 2001 +0000
+++ b/src/buffer.c	Tue May 08 09:14:37 2001 +0000
@@ -2674,12 +2674,6 @@
   DEFVAR_BUFFER_LOCAL ("case-fold-search", case_fold_search /*
 *Non-nil if searches should ignore case.
 Automatically becomes buffer-local when set in any fashion.
-
-BUG: Under XEmacs/Mule, translations to or from non-ASCII characters
- (this includes chars in the range 128 - 255) are ignored by
- the string/buffer-searching routines.  Thus, `case-fold-search'
- will not correctly conflate a-umlaut and A-umlaut even if the
- case tables call for this.
 */ );
 
   DEFVAR_BUFFER_LOCAL ("fill-column", fill_column /*