Mercurial > hg > xemacs-beta
diff src/editfns.c @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | 54fa1a5c2d12 |
line wrap: on
line diff
--- a/src/editfns.c Mon Aug 13 11:36:20 2007 +0200 +++ b/src/editfns.c Mon Aug 13 11:37:21 2007 +0200 @@ -36,6 +36,7 @@ #include "frame.h" #include "insdel.h" #include "window.h" +#include "casetab.h" #include "chartab.h" #include "line-number.h" @@ -1717,7 +1718,7 @@ REGISTER Charcount len1, len2, length, i; struct buffer *bp1, *bp2; Lisp_Object trt = ((!NILP (current_buffer->case_fold_search)) ? - current_buffer->case_canon_table : Qnil); + XCASE_TABLE_CANON (current_buffer->case_table) : Qnil); /* Find the first buffer and its substring. */