From: Karl Heuer Date: Tue, 17 Jan 1995 01:51:57 +0000 (+0000) Subject: (struct window): New member column_number_displayed. X-Git-Tag: emacs-19.34~5418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1262267aa86f72ec8e6c1aa841ff87981f27d080;p=emacs.git (struct window): New member column_number_displayed. --- 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. */