]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): New member column_number_displayed.
authorKarl Heuer <kwzh@gnu.org>
Tue, 17 Jan 1995 01:51:57 +0000 (01:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 17 Jan 1995 01:51:57 +0000 (01:51 +0000)
src/window.h

index 1eafa73c3ed7f5ec632f3b33644fcccf93988502..876e7f0b611ee38357cf45650631870338cfc103 100644 (file)
@@ -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 @@ struct window
     /* 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.  */