From 1262267aa86f72ec8e6c1aa841ff87981f27d080 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 17 Jan 1995 01:51:57 +0000 Subject: [PATCH] (struct window): New member column_number_displayed. --- src/window.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/window.h b/src/window.h index 1eafa73c3ed..876e7f0b611 100644 --- a/src/window.h +++ b/src/window.h @@ -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. */ -- 2.39.5