Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:c153ca296910 | 8:4b173ad71786 |
---|---|
261 | 261 |
262 (defvar outline-glyph-menu | 262 (defvar outline-glyph-menu |
263 '("Outline Commands" | 263 '("Outline Commands" |
264 ["Hide all" hide-body t] | 264 ["Hide all" hide-body t] |
265 ["Hide all subtrees" hide-subtrees-same-level t] | 265 ["Hide all subtrees" hide-subtrees-same-level t] |
266 ["Hide subtree" hide-subtree t] | |
267 ; ["Hide body" hide-body t] | |
266 "---" | 268 "---" |
267 ["Hide subtree" hide-subtree t] | 269 ["Show all" show-all t] |
268 ["Hide body" hide-body t] | |
269 ["Show subtree" show-subtree t] | 270 ["Show subtree" show-subtree t] |
270 ["Show body" show-entry t] | 271 ["Show body" show-entry t] |
271 "---" | 272 "---" |
272 ["Update buffer" outline-add-glyphs t] | 273 ["Update buffer" outline-add-glyphs t] |
273 ["Rescan buffer" outline-rescan-buffer t]) | 274 ["Rescan buffer" outline-rescan-buffer t]) |