emacs-devel
[Top][All Lists]
Advanced

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

Adding size-indication-mode to Options -> Show/Hide.


From: Lute Kamstra
Subject: Adding size-indication-mode to Options -> Show/Hide.
Date: Wed, 20 Apr 2005 13:18:11 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ok to add size-indication-mode to the Options -> Show/Hide submenu?

Lute.


Index: lisp/menu-bar.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/menu-bar.el,v
retrieving revision 1.256
diff -c -r1.256 menu-bar.el
*** lisp/menu-bar.el    28 Mar 2005 01:16:44 -0000      1.256
--- lisp/menu-bar.el    20 Apr 2005 11:12:09 -0000
***************
*** 691,696 ****
--- 691,701 ----
                           "Line Numbers"
                           "Show the current line number in the mode line"))
  
+ (define-key menu-bar-showhide-menu [size-indication-mode]
+   (menu-bar-make-mm-toggle size-indication-mode
+                          "Size Indication"
+                          "Show the size of the buffer in the mode line"))
+ 
  (define-key menu-bar-showhide-menu [linecolumn-separator]
    '("--"))
  




reply via email to

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