diff options
| author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-15 21:31:44 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-15 21:31:44 +0000 |
| commit | 630cc4634d27bf555ccbb2392143255b90ae0445 (patch) | |
| tree | 78d72c071c172ec0749153987abc009ed7509aea /lisp/superyank.el | |
| parent | 4357eba769352561a89081a31f67729abd44ea04 (diff) | |
| download | emacs-630cc4634d27bf555ccbb2392143255b90ae0445.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/superyank.el')
| -rw-r--r-- | lisp/superyank.el | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/superyank.el b/lisp/superyank.el index 6c4f0a0ee86..9746b22a450 100644 --- a/lisp/superyank.el +++ b/lisp/superyank.el @@ -1,4 +1,11 @@ -;;; superyank.el --- smart message-yanking code for GNUS (Version 1.1) +;;; superyank.el --- smart message-yanking code for GNUS + +;; Author: Barry A. Warsaw <warsaw@cme.nist.gov> +;; Version: 1.1 +;; Last-Modified: 15 Jul 1992 +;; Adapted-By: ESR + +;;; Commentary: ;; Inserts the message being replied to with various user controlled ;; citation styles. @@ -83,6 +90,9 @@ ;; 2) reparse nested citations to try to recast as non-nested citations ;; perhaps by checking the References: line ;; + +;;; Code: + ;; ====================================================================== ;; ;; require and provide features |
