changeset 10440:055b4219b6d7

(struct window): New member column_number_displayed.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Jan 1995 01:51:57 +0000
parents 1fcbeb4410f6
children f1fc7b6e5fa4
files src/window.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.h	Tue Jan 17 00:18:55 1995 +0000
+++ b/src/window.h	Tue Jan 17 01:51:57 1995 +0000
@@ -1,5 +1,5 @@
 /* Window definitions for GNU Emacs.
-   Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1993, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -170,6 +170,9 @@
     /* If we have highlighted the region (or any part of it),
        this is the mark position that we used, as an integer.  */
     Lisp_Object region_showing;
+    /* The column number currently displayed in this window's mode line,
+       or nil if column numbers are not being displayed.  */
+    Lisp_Object column_number_displayed;
   };
 
 /* 1 if W is a minibuffer window.  */