diff src/buffer.c @ 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 54fa1a5c2d12
children ed498ef2108b
line wrap: on
line diff
--- 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 /*