aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-05 16:39:19 +0000
committerGerd Moellmann1999-09-05 16:39:19 +0000
commit045dee35ff74932bbaa0d603bd6f0b4e51a6fbd0 (patch)
treed30d50ac8f82d4994290a9fb87eb34816f563fc6 /src/keyboard.h
parente5e7779fb41613580088a4819264cc10a0eea230 (diff)
downloademacs-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.h2
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. */
292extern Lisp_Object Qmode_line, Qvertical_line, Qtop_line; 292extern Lisp_Object Qmode_line, Qvertical_line, Qheader_line;
293 293
294/* Forward declaration for prototypes. */ 294/* Forward declaration for prototypes. */
295struct input_event; 295struct input_event;