Mercurial > hg > xemacs-beta
diff lisp/modes/outl-mouse.el @ 8:4b173ad71786 r19-15b5
Import from CVS: tag r19-15b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:35 +0200 |
parents | 376386a54a3c |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/lisp/modes/outl-mouse.el Mon Aug 13 08:47:16 2007 +0200 +++ b/lisp/modes/outl-mouse.el Mon Aug 13 08:47:35 2007 +0200 @@ -263,9 +263,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] "---"