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.h | |
| 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.h')
| -rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 64591fb8565..68eedb89c4a 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -289,7 +289,7 @@ extern Lisp_Object Qscroll_bar_movement; | |||
| 289 | (Fget ((event_head), Qevent_kind)) | 289 | (Fget ((event_head), Qevent_kind)) |
| 290 | 290 | ||
| 291 | /* Symbols to use for non-text mouse positions. */ | 291 | /* Symbols to use for non-text mouse positions. */ |
| 292 | extern Lisp_Object Qmode_line, Qvertical_line, Qtop_line; | 292 | extern Lisp_Object Qmode_line, Qvertical_line, Qheader_line; |
| 293 | 293 | ||
| 294 | /* Forward declaration for prototypes. */ | 294 | /* Forward declaration for prototypes. */ |
| 295 | struct input_event; | 295 | struct input_event; |