Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
519:1c3b60121364 | 520:0cacef09dba2 |
---|---|
2672 */ ); | 2672 */ ); |
2673 | 2673 |
2674 DEFVAR_BUFFER_LOCAL ("case-fold-search", case_fold_search /* | 2674 DEFVAR_BUFFER_LOCAL ("case-fold-search", case_fold_search /* |
2675 *Non-nil if searches should ignore case. | 2675 *Non-nil if searches should ignore case. |
2676 Automatically becomes buffer-local when set in any fashion. | 2676 Automatically becomes buffer-local when set in any fashion. |
2677 | |
2678 BUG: Under XEmacs/Mule, translations to or from non-ASCII characters | |
2679 (this includes chars in the range 128 - 255) are ignored by | |
2680 the string/buffer-searching routines. Thus, `case-fold-search' | |
2681 will not correctly conflate a-umlaut and A-umlaut even if the | |
2682 case tables call for this. | |
2683 */ ); | 2677 */ ); |
2684 | 2678 |
2685 DEFVAR_BUFFER_LOCAL ("fill-column", fill_column /* | 2679 DEFVAR_BUFFER_LOCAL ("fill-column", fill_column /* |
2686 *Column beyond which automatic line-wrapping should happen. | 2680 *Column beyond which automatic line-wrapping should happen. |
2687 Automatically becomes buffer-local when set in any fashion. | 2681 Automatically becomes buffer-local when set in any fashion. |