changeset 66379:48a5d83a7c9d

(Fcompare_buffer_substrings): Fix last change.
author Kim F. Storm <storm@cua.dk>
date Mon, 24 Oct 2005 08:35:50 +0000
parents bfedfa64c50b
children b48aed230c56
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Mon Oct 24 08:35:32 2005 +0000
+++ b/src/editfns.c	Mon Oct 24 08:35:50 2005 +0000
@@ -2474,7 +2474,7 @@
   register struct buffer *bp1, *bp2;
   register Lisp_Object trt
     = (!NILP (current_buffer->case_fold_search)
-       ? XCHAR_TABLE (current_buffer->case_canon_table) : Qnil);
+       ? current_buffer->case_canon_table : Qnil);
   int chars = 0;
   int i1, i2, i1_byte, i2_byte;