diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-16 18:09:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-16 18:09:48 +0000 |
commit | 0b6db30be256ae75dcfe13058d18fe0780dff984 (patch) | |
tree | 0eb7f9601e75623a7b0d0d3a05f3c08455748cb8 /lisp/foldout.el | |
parent | e745364e0790b92a41fa63f38b179c0980b789ef (diff) | |
download | emacs-0b6db30be256ae75dcfe13058d18fe0780dff984.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/foldout.el')
-rw-r--r-- | lisp/foldout.el | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lisp/foldout.el b/lisp/foldout.el index b6ff0a02a18..c43c295e25f 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el @@ -1,23 +1,17 @@ ;;; foldout.el --- Folding extensions for outline-mode and outline-minor-mode. -;; Copyright (C) 1994 Kevin Broadey. +;; Copyright (C) 1994 Free Software Foundation, Inc. ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> ;; Created: 27 Jan 1994 ;; Version: foldout.el 1.8 dated 94/03/15 at 13:30:59 ;; Keywords: folding, outline -;; LCD Archive Entry: -;; foldout|Kevin Broadey|KevinB@bartley.demon.co.uk| -;; Folding editor extensions for outline-mode and outline-minor-mode| -;; Date: 94/03/15|Version: 1.8|~/misc/foldout.el.Z| - -;; This file is not part of GNU Emacs, but it is distributed under the same -;; conditions. +;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, |