diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-02-23 16:37:46 +0000 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-02-23 16:37:46 +0000 |
| commit | 31468dcbbaaf1f533ff4460c913cbe654fb0c0ac (patch) | |
| tree | 0e144f913dc2da28b07a31d82f516089d11311ed | |
| parent | c57a573feaa7c887a0323c6a2df9f817469d5ef8 (diff) | |
| download | emacs-31468dcbbaaf1f533ff4460c913cbe654fb0c0ac.tar.gz | |
Add 2006 copyright.
| -rw-r--r-- | lisp/allout.el | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 69d72506fce..edce1e8d61e 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -1,7 +1,7 @@ ;;; allout.el --- extensive outline mode for use alone and with other modes ;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: Ken Manheimer <ken dot manheimer at gmail dot com> ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com> @@ -5811,14 +5811,14 @@ the point does not move. To ignore field boundaries bind (provide 'allout) ;;;_* Local emacs vars. -;;; The following `allout-layout' local variable setting: -;;; - closes all topics from the first topic to just before the third-to-last, -;;; - shows the children of the third to last (config vars) -;;; - and the second to last (code section), -;;; - and closes the last topic (this local-variables section). -;;;Local variables: -;;;allout-layout: (0 : -1 -1 0) -;;;End: - -;;; arch-tag: cf38fbc3-c044-450f-8bff-afed8ba5681c +;; The following `allout-layout' local variable setting: +;; - closes all topics from the first topic to just before the third-to-last, +;; - shows the children of the third to last (config vars) +;; - and the second to last (code section), +;; - and closes the last topic (this local-variables section). +;;Local variables: +;;allout-layout: (0 : -1 -1 0) +;;End: + +;; arch-tag: cf38fbc3-c044-450f-8bff-afed8ba5681c ;;; allout.el ends here |
