.*:" (point-max) t)
(delete-char -1))
(mapcar 'rcs-kv '("Date" "Author"))
(let (make-backup-files)
(save-buffer)))
(defun rcs-kv (tag)
(goto-char (point-min))
(while (re-search-forward (concat
(regexp-quote (concat "$" tag ": "))
"\\([^$]+\\)"
(regexp-quote " $"))
(point-max) t)
(replace-match "\\1")))
(defun gnu-style (elem)
(get 'gnu-style elem))
(put 'gnu-style 'title-trailer
" - GNU Project - Free Software Foundation (FSF)")
(put 'gnu-style 'body-start-tag
"")
(put 'gnu-style 'page-end-boilerplate "
Return to GNU's home page,
Guile's home page.
Please send FSF & GNU inquiries & questions to
gnu@gnu.org.
There are also other ways to
contact the FSF.
Please send comments on these web pages to
webmasters@www.gnu.org,
send other questions to
gnu@gnu.org.
Copyright (C) 2000 Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111, USA
Verbatim copying and distribution of this entire web page is
permitted in any medium, provided this notice is preserved.
")
;;; gnu-ify.el ends here