From cf045f9a8d7af448e518c29d620128794e884278 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Mon, 8 Sep 2003 08:01:41 +0000 Subject: [PATCH] (size-indication-mode): New. --- lisp/simple.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/simple.el b/lisp/simple.el index 46bfc12dc4e..ed2d57150ba 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3454,6 +3454,13 @@ With arg, turn Column Number mode on iff arg is positive. When Column Number mode is enabled, the column number appears in the mode line." :global t :group 'editing-basics :require nil) + +(define-minor-mode size-indication-mode + "Toggle Size Indication mode. +With arg, turn Size Indication mode on iff arg is positive. When +Size Indication mode is enabled, the size of the accessible part +of the buffer appears in the mode line." + :global t :group 'editing-basics :require nil) (defgroup paren-blinking nil "Blinking matching of parens and expressions." -- 2.39.2