aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index e405b066b6f..2bc6de784fc 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1383,7 +1383,7 @@ determines whether case is significant or ignored.")
1383 buf2 = Fget_buffer (buffer2); 1383 buf2 = Fget_buffer (buffer2);
1384 if (NILP (buf2)) 1384 if (NILP (buf2))
1385 nsberror (buffer2); 1385 nsberror (buffer2);
1386 bp2 = XBUFFER (buffer2); 1386 bp2 = XBUFFER (buf2);
1387 } 1387 }
1388 1388
1389 if (NILP (start2)) 1389 if (NILP (start2))