changeset 52464:3e7ed05e4684

(size-indication-mode): New.
author Lute Kamstra <lute@gnu.org>
date Mon, 08 Sep 2003 08:01:41 +0000
parents be54b19bb668
children 1091d6e7802b
files lisp/simple.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Sep 08 07:59:06 2003 +0000
+++ b/lisp/simple.el	Mon Sep 08 08:01:41 2003 +0000
@@ -3454,6 +3454,13 @@
 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."