From 045dee35ff74932bbaa0d603bd6f0b4e51a6fbd0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 5 Sep 1999 16:39:19 +0000 Subject: Change `top-line' and `top_line' to `header-line' and `header_line'. Likewise for similar spellings. --- src/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.h') 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 /* 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; -- cgit v1.2.1