comparison src/keyboard.h @ 25546:e98819a94512

Change `top-line' and `top_line' to `header-line' and `header_line'. Likewise for similar spellings.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Sep 1999 16:39:19 +0000
parents b4fa5b2f7e8c
children 69c2d34eb25c
comparison
equal deleted inserted replaced
25545:b0a117037bde 25546:e98819a94512
287 /* Getting the kind of an event head. */ 287 /* Getting the kind of an event head. */
288 #define EVENT_HEAD_KIND(event_head) \ 288 #define EVENT_HEAD_KIND(event_head) \
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;
296 296
297 extern Lisp_Object get_keymap_1 P_ ((Lisp_Object, int, int)); 297 extern Lisp_Object get_keymap_1 P_ ((Lisp_Object, int, int));