diff options
Diffstat (limited to 'lisp/superyank.el')
-rw-r--r-- | lisp/superyank.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/superyank.el b/lisp/superyank.el index 6319f9078d6..6c4f0a0ee86 100644 --- a/lisp/superyank.el +++ b/lisp/superyank.el @@ -1,5 +1,5 @@ -;; superyank.el -- Version 1.1 -;; +;;; superyank.el --- smart message-yanking code for GNUS (Version 1.1) + ;; Inserts the message being replied to with various user controlled ;; citation styles. ;; @@ -1210,3 +1210,4 @@ inserts that many newlines." (provide 'superyank) +;;; superyank.el ends here |