emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 08 Sep 2003 04:01:41 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.619 emacs/lisp/simple.el:1.620
*** emacs/lisp/simple.el:1.619  Mon Sep  1 11:45:14 2003
--- emacs/lisp/simple.el        Mon Sep  8 04:01:41 2003
***************
*** 3454,3459 ****
--- 3454,3466 ----
  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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]