diff options
| author | Gerd Moellmann | 1999-09-05 16:39:19 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-05 16:39:19 +0000 |
| commit | 045dee35ff74932bbaa0d603bd6f0b4e51a6fbd0 (patch) | |
| tree | d30d50ac8f82d4994290a9fb87eb34816f563fc6 /src/keyboard.c | |
| parent | e5e7779fb41613580088a4819264cc10a0eea230 (diff) | |
| download | emacs-045dee35ff74932bbaa0d603bd6f0b4e51a6fbd0.tar.gz emacs-045dee35ff74932bbaa0d603bd6f0b4e51a6fbd0.zip | |
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.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 2dc7af7a8aa..8d5144836a8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4281,7 +4281,7 @@ make_lispy_event (event) | |||
| 4281 | Lisp_Object string; | 4281 | Lisp_Object string; |
| 4282 | int charpos; | 4282 | int charpos; |
| 4283 | 4283 | ||
| 4284 | posn = part == 1 ? Qmode_line : Qtop_line; | 4284 | posn = part == 1 ? Qmode_line : Qheader_line; |
| 4285 | string = mode_line_string (w, wx, wy, part == 1, &charpos); | 4285 | string = mode_line_string (w, wx, wy, part == 1, &charpos); |
| 4286 | if (STRINGP (string)) | 4286 | if (STRINGP (string)) |
| 4287 | string_info = Fcons (string, make_number (charpos)); | 4287 | string_info = Fcons (string, make_number (charpos)); |
| @@ -4564,7 +4564,7 @@ make_lispy_event (event) | |||
| 4564 | else if (part == 2) | 4564 | else if (part == 2) |
| 4565 | posn = Qvertical_line; | 4565 | posn = Qvertical_line; |
| 4566 | else if (part == 3) | 4566 | else if (part == 3) |
| 4567 | posn = Qtop_line; | 4567 | posn = Qheader_line; |
| 4568 | else | 4568 | else |
| 4569 | XSETINT (posn, | 4569 | XSETINT (posn, |
| 4570 | buffer_posn_from_coords (XWINDOW (window), | 4570 | buffer_posn_from_coords (XWINDOW (window), |
| @@ -4645,7 +4645,7 @@ make_lispy_event (event) | |||
| 4645 | else if (part == 2) | 4645 | else if (part == 2) |
| 4646 | posn = Qvertical_line; | 4646 | posn = Qvertical_line; |
| 4647 | else if (part == 3) | 4647 | else if (part == 3) |
| 4648 | posn = Qtop_line; | 4648 | posn = Qheader_line; |
| 4649 | else | 4649 | else |
| 4650 | XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy)); | 4650 | XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy)); |
| 4651 | } | 4651 | } |
| @@ -4758,7 +4758,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time) | |||
| 4758 | else if (area == 2) | 4758 | else if (area == 2) |
| 4759 | posn = Qvertical_line; | 4759 | posn = Qvertical_line; |
| 4760 | else if (area == 3) | 4760 | else if (area == 3) |
| 4761 | posn = Qtop_line; | 4761 | posn = Qheader_line; |
| 4762 | else | 4762 | else |
| 4763 | XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy)); | 4763 | XSETINT (posn, buffer_posn_from_coords (w, &wx, &wy)); |
| 4764 | } | 4764 | } |