diff src/editfns.c @ 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 a80af18dfc7e
children 8392b2926dd8
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;