aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-09-05 16:39:19 +0000
committerGerd Moellmann <[email protected]>1999-09-05 16:39:19 +0000
commit045dee35ff74932bbaa0d603bd6f0b4e51a6fbd0 (patch)
treed30d50ac8f82d4994290a9fb87eb34816f563fc6 /src/keyboard.c
parente5e7779fb41613580088a4819264cc10a0eea230 (diff)
Change
`top-line' and `top_line' to `header-line' and `header_line'. Likewise for similar spellings.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2dc7af7a8a..8d5144836a 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4281,7 +4281,7 @@ make_lispy_event (event)
Lisp_Object string;
int charpos;
- posn = part == 1 ? Qmode_line : Qtop_line;
+ posn = part == 1 ? Qmode_line : Qheader_line;
string = mode_line_string (w, wx, wy, part == 1, &charpos);
if (STRINGP (string))
string_info = Fcons (string, make_number (charpos));
@@ -4564,7 +4564,7 @@ make_lispy_event (event)
else if (part == 2)
posn = Qvertical_line;
else if (part == 3)
- posn = Qtop_line;
+ posn = Qheader_line;
else
XSETINT (posn,
buffer_posn_from_coords (XWINDOW (window),
@@ -4645,7 +4645,7 @@ make_lispy_event (event)
else if (part == 2)
posn = Qvertical_line;
else if (part == 3)
- posn = Qtop_line;
+ posn = Qheader_line;
else
XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy));
}
@@ -4758,7 +4758,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
else if (area == 2)
posn = Qvertical_line;
else if (area == 3)
- posn = Qtop_line;
+ posn = Qheader_line;
else
XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy));
}