diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:48 +0000 |
commit | 5814274441e07c578c67f33a13e018abb9acfc14 (patch) | |
tree | 5bf4c7e56b8523d9e905e2f1d111617cab533d6b /lisp/superyank.el | |
parent | eea8d4efafbc96001f7c1e0e0cee5912400ba667 (diff) | |
download | emacs-5814274441e07c578c67f33a13e018abb9acfc14.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/superyank.el')
-rw-r--r-- | lisp/superyank.el | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/lisp/superyank.el b/lisp/superyank.el index 48edf30a538..7c83885821c 100644 --- a/lisp/superyank.el +++ b/lisp/superyank.el @@ -1,11 +1,28 @@ ;;; superyank.el --- smart message-yanking code for GNUS +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Barry A. Warsaw <warsaw@cme.nist.gov> ;; Version: 1.1 -;; Last-Modified: 15 Jul 1992 ;; Adapted-By: ESR ;; Keywords: news +;; 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 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + ;;; Commentary: ;; Inserts the message being replied to with various user controlled |