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/buffer.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/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index eab6d79aef9..377bc0aff8e 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -587,7 +587,7 @@ struct buffer | |||
| 587 | 587 | ||
| 588 | /* Analogous to mode_line_format for the line displayed at the top | 588 | /* Analogous to mode_line_format for the line displayed at the top |
| 589 | of windows. Nil means don't display that line. */ | 589 | of windows. Nil means don't display that line. */ |
| 590 | Lisp_Object top_line_format; | 590 | Lisp_Object header_line_format; |
| 591 | 591 | ||
| 592 | /* Keys that are bound local to this buffer. */ | 592 | /* Keys that are bound local to this buffer. */ |
| 593 | Lisp_Object keymap; | 593 | Lisp_Object keymap; |