diff src/buffer.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 7b65011c5136
children 4bf85d1d270b
line wrap: on
line diff
--- a/src/buffer.h	Sun Sep 05 16:38:56 1999 +0000
+++ b/src/buffer.h	Sun Sep 05 16:39:19 1999 +0000
@@ -587,7 +587,7 @@
     
     /* 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;