comparison lisp/allout.el @ 90317:34c8b755296d

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 113-118) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 38-39) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 24 Feb 2006 08:08:56 +0000
parents d1c5430c5bff f6b5ed4f7f58
children a7364c1a561e
comparison
equal deleted inserted replaced
90316:458ed0c8c4c3 90317:34c8b755296d
1 ;;; allout.el --- extensive outline mode for use alone and with other modes 1 ;;; allout.el --- extensive outline mode for use alone and with other modes
2 2
3 ;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc. 4 ;; 2005, 2006 Free Software Foundation, Inc.
5 5
6 ;; Author: Ken Manheimer <ken dot manheimer at gmail dot com> 6 ;; Author: Ken Manheimer <ken dot manheimer at gmail dot com>
7 ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com> 7 ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com>
8 ;; Created: Dec 1991 - first release to usenet 8 ;; Created: Dec 1991 - first release to usenet
9 ;; Version: 2.2 9 ;; Version: 2.2
5809 5809
5810 ;;;_ #11 Provide 5810 ;;;_ #11 Provide
5811 (provide 'allout) 5811 (provide 'allout)
5812 5812
5813 ;;;_* Local emacs vars. 5813 ;;;_* Local emacs vars.
5814 ;;; The following `allout-layout' local variable setting: 5814 ;; The following `allout-layout' local variable setting:
5815 ;;; - closes all topics from the first topic to just before the third-to-last, 5815 ;; - closes all topics from the first topic to just before the third-to-last,
5816 ;;; - shows the children of the third to last (config vars) 5816 ;; - shows the children of the third to last (config vars)
5817 ;;; - and the second to last (code section), 5817 ;; - and the second to last (code section),
5818 ;;; - and closes the last topic (this local-variables section). 5818 ;; - and closes the last topic (this local-variables section).
5819 ;;;Local variables: 5819 ;;Local variables:
5820 ;;;allout-layout: (0 : -1 -1 0) 5820 ;;allout-layout: (0 : -1 -1 0)
5821 ;;;End: 5821 ;;End:
5822 5822
5823 ;;; arch-tag: cf38fbc3-c044-450f-8bff-afed8ba5681c 5823 ;; arch-tag: cf38fbc3-c044-450f-8bff-afed8ba5681c
5824 ;;; allout.el ends here 5824 ;;; allout.el ends here