comparison 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
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
262 262
263 (defvar outline-glyph-menu 263 (defvar outline-glyph-menu
264 '("Outline Commands" 264 '("Outline Commands"
265 ["Hide all" hide-body t] 265 ["Hide all" hide-body t]
266 ["Hide all subtrees" hide-subtrees-same-level t] 266 ["Hide all subtrees" hide-subtrees-same-level t]
267 ["Hide subtree" hide-subtree t]
268 ; ["Hide body" hide-body t]
267 "---" 269 "---"
268 ["Hide subtree" hide-subtree t] 270 ["Show all" show-all t]
269 ["Hide body" hide-body t]
270 ["Show subtree" show-subtree t] 271 ["Show subtree" show-subtree t]
271 ["Show body" show-entry t] 272 ["Show body" show-entry t]
272 "---" 273 "---"
273 ["Update buffer" outline-add-glyphs t] 274 ["Update buffer" outline-add-glyphs t]
274 ["Rescan buffer" outline-rescan-buffer t]) 275 ["Rescan buffer" outline-rescan-buffer t])