From d492b584fdb5f4318a35eb29767493adbbda3023 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 24 Oct 2001 20:20:18 +0000 Subject: [PATCH] (scan_newline): Remove unused variable `selective_display'. --- src/ChangeLog | 5 +++++ src/search.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7575bb25261..70b92f906f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-25 Pavel Jan,Bm(Bk + + * search.c (scan_newline): Remove unused variable + `selective_display'. + 2001-10-25 Miles Bader * dispextern.h (struct image): Add `background', diff --git a/src/search.c b/src/search.c index 61c486a7925..55d1537c4ff 100644 --- a/src/search.c +++ b/src/search.c @@ -752,11 +752,6 @@ scan_newline (start, start_byte, limit, limit_byte, count, allow_quit) int old_immediate_quit = immediate_quit; - /* If we are not in selective display mode, - check only for newlines. */ - int selective_display = (!NILP (current_buffer->selective_display) - && !INTEGERP (current_buffer->selective_display)); - /* The code that follows is like scan_buffer but checks for either newline or carriage return. */ -- 2.39.5