]> code.delx.au - gnu-emacs/commitdiff
(Fcompare_buffer_substrings): Fix last change.
authorKim F. Storm <storm@cua.dk>
Mon, 24 Oct 2005 08:35:50 +0000 (08:35 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 24 Oct 2005 08:35:50 +0000 (08:35 +0000)
src/editfns.c

index 4471e4553da103d7b38dda6a68834c2110e1e0a5..e7b152726e363c3fc31037eb2b71d7c22d0f4d12 100644 (file)
@@ -2474,7 +2474,7 @@ determines whether case is significant or ignored.  */)
   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;