]> git.eshelyaron.com Git - emacs.git/commitdiff
(size-indication-mode): New.
authorLute Kamstra <lute@gnu.org>
Mon, 8 Sep 2003 08:01:41 +0000 (08:01 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 8 Sep 2003 08:01:41 +0000 (08:01 +0000)
lisp/simple.el

index 46bfc12dc4ecd3277849c23b26c3ca305e9f676d..ed2d57150ba566579cc47a792c15447519051078 100644 (file)
@@ -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)
 \f
 (defgroup paren-blinking nil
   "Blinking matching of parens and expressions."