aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
authorKaroly Lorentey2004-03-19 23:21:11 +0000
committerKaroly Lorentey2004-03-19 23:21:11 +0000
commit628ef544965db216898fbded4baac86343312a11 (patch)
treea6b52e1b1f979141099a7aeb0b7eb0a6bd7ee5ad /src/fringe.c
parent7cb805ad23a8d84834b6d9cf8e33966969d25e78 (diff)
downloademacs-628ef544965db216898fbded4baac86343312a11.tar.gz
emacs-628ef544965db216898fbded4baac86343312a11.zip
Trivial cleanup in fringe.c, missing from previous patch.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-121
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 48a644707c6..aecb51349fc 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1255,7 +1255,6 @@ resp. Return nil if POS is not visible in WINDOW. */)
1255 Lisp_Object pos, window; 1255 Lisp_Object pos, window;
1256{ 1256{
1257 struct window *w; 1257 struct window *w;
1258 struct buffer *old_buffer = NULL;
1259 struct glyph_row *row; 1258 struct glyph_row *row;
1260 int textpos; 1259 int textpos;
1261 1260