Mercurial > emacs
comparison lisp/=superyank.el @ 584:4cd7543be581
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Mar 1992 20:39:07 +0000 |
parents | ce5567c47b8f |
children | 7cbd4fcd8b0f |
comparison
equal
deleted
inserted
replaced
583:3c0c1cd8428a | 584:4cd7543be581 |
---|---|
86 ;; ====================================================================== | 86 ;; ====================================================================== |
87 ;; | 87 ;; |
88 ;; require and provide features | 88 ;; require and provide features |
89 ;; | 89 ;; |
90 (require 'sendmail) | 90 (require 'sendmail) |
91 (provide 'superyank) | |
92 | |
93 ;; | 91 ;; |
94 ;; ====================================================================== | 92 ;; ====================================================================== |
95 ;; | 93 ;; |
96 ;; don't need rnewspost.el to rewrite the header. This only works | 94 ;; don't need rnewspost.el to rewrite the header. This only works |
97 ;; with diffs to rnewspost.el that I posted with the original | 95 ;; with diffs to rnewspost.el that I posted with the original |
1208 (while (< 0 arg) | 1206 (while (< 0 arg) |
1209 (sy-insert-persist-attribution) | 1207 (sy-insert-persist-attribution) |
1210 (forward-line 1) | 1208 (forward-line 1) |
1211 (setq arg (- arg 1)))))) | 1209 (setq arg (- arg 1)))))) |
1212 | 1210 |
1211 (provide 'superyank) | |
1212 |