From: Lute Kamstra Date: Mon, 8 Sep 2003 08:01:41 +0000 (+0000) Subject: (size-indication-mode): New. X-Git-Tag: ttn-vms-21-2-B4~8873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf045f9a8d7af448e518c29d620128794e884278;p=emacs.git (size-indication-mode): New. --- 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."