`top-line' and `top_line' to `header-line' and `header_line'.
Likewise for similar spellings.
This commit is contained in:
Gerd Moellmann
1999-09-05 16:39:19 +00:00
parent e5e7779fb4
commit 045dee35ff
10 changed files with 119 additions and 116 deletions

View File

@@ -587,7 +587,7 @@ struct buffer
/* Analogous to mode_line_format for the line displayed at the top
of windows. Nil means don't display that line. */
Lisp_Object top_line_format;
Lisp_Object header_line_format;
/* Keys that are bound local to this buffer. */
Lisp_Object keymap;