# HG changeset patch # User Karl Heuer # Date 790307517 0 # Node ID 055b4219b6d77ab810c2616c721126d67cc665e5 # Parent 1fcbeb4410f6eb109882b74859789f0081448dd3 (struct window): New member column_number_displayed. diff -r 1fcbeb4410f6 -r 055b4219b6d7 src/window.h --- 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. */