diff lisp/modes/outl-mouse.el @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children cca96a509cfe
line wrap: on
line diff
--- a/lisp/modes/outl-mouse.el	Mon Aug 13 09:03:47 2007 +0200
+++ b/lisp/modes/outl-mouse.el	Mon Aug 13 09:04:33 2007 +0200
@@ -264,9 +264,10 @@
   '("Outline Commands"
     ["Hide all"		hide-body			t]
     ["Hide all subtrees" hide-subtrees-same-level	t]
+    ["Hide subtree"	hide-subtree                    t]
+;   ["Hide body"        hide-body                       t]
     "---"
-    ["Hide subtree"	hide-subtree                    t]
-    ["Hide body"        hide-body                       t]
+    ["Show all"		show-all			t]
     ["Show subtree"	show-subtree                    t]
     ["Show body"        show-entry                      t]
     "---"