diff options
| author | Karl Heuer | 1995-04-08 02:24:20 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-08 02:24:20 +0000 |
| commit | 131a0c0129a8802c5d3884fe2205a0438131f7d7 (patch) | |
| tree | be6ff1843b5b0d7f014138e249b33e59f7351ebd | |
| parent | d6fd318fc938413ec48991024d1ef420eaf6b61a (diff) | |
| download | emacs-131a0c0129a8802c5d3884fe2205a0438131f7d7.tar.gz emacs-131a0c0129a8802c5d3884fe2205a0438131f7d7.zip | |
Comment changes.
| -rw-r--r-- | lisp/loadhist.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index e2a598f8a2c..d541a701405 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el | |||
| @@ -1,9 +1,26 @@ | |||
| 1 | ;;; loadhist.el --- lisp functions for working with feature groups | 1 | ;;; loadhist.el --- lisp functions for working with feature groups |
| 2 | ;;; Copyright (C) 1995 Free Software Foundation, Inc. | ||
| 2 | 3 | ||
| 3 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 4 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 4 | ;; Version: 1.0 | 5 | ;; Version: 1.0 |
| 5 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 6 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | ||
| 9 | |||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 11 | ;; it under the terms of the GNU General Public License as published by | ||
| 12 | ;; the Free Software Foundation; either version 2, or (at your option) | ||
| 13 | ;; any later version. | ||
| 14 | |||
| 15 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 18 | ;; GNU General Public License for more details. | ||
| 19 | |||
| 20 | ;; You should have received a copy of the GNU General Public License | ||
| 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to | ||
| 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 23 | |||
| 7 | ;;; Commentary: | 24 | ;;; Commentary: |
| 8 | 25 | ||
| 9 | ;; These functions exploit the load-history system variable. | 26 | ;; These functions exploit the load-history system variable. |