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."