]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Apr 1996 10:56:40 +0000 (10:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Apr 1996 10:56:40 +0000 (10:56 +0000)
src/editfns.c

index e405b066b6f1d6759b1471f84c2ec4d3eed6c00e..2bc6de784fce1402aed728950e1259633d0c3e8c 100644 (file)
@@ -1383,7 +1383,7 @@ determines whether case is significant or ignored.")
       buf2 = Fget_buffer (buffer2);
       if (NILP (buf2))
        nsberror (buffer2);
-      bp2 = XBUFFER (buffer2);
+      bp2 = XBUFFER (buf2);
     }
 
   if (NILP (start2))