# HG changeset patch # User Stefan Monnier # Date 1140712666 0 # Node ID f6b5ed4f7f586f6b940859ef36af8402a660ff64 # Parent 618d3bbab8bea04c14adede21c7ac63226ae330f Add 2006 copyright. diff -r 618d3bbab8be -r f6b5ed4f7f58 lisp/allout.el --- a/lisp/allout.el Thu Feb 23 16:35:41 2006 +0000 +++ b/lisp/allout.el Thu Feb 23 16:37:46 2006 +0000 @@ -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 ;; Maintainer: Ken Manheimer @@ -5811,14 +5811,14 @@ (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