Mercurial > emacs
comparison lisp/mail/rfc822.el @ 658:7cbd4fcd8b0f
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sat, 30 May 1992 21:11:25 +0000 |
parents | 4cd7543be581 |
children | 71d052f72ac1 |
comparison
equal
deleted
inserted
replaced
657:fec3f9a1e3e5 | 658:7cbd4fcd8b0f |
---|---|
1 ;; Hairy rfc822 parser for mail and news and suchlike | 1 ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike |
2 | |
2 ;; Copyright (C) 1986-1990 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1986-1990 Free Software Foundation, Inc. |
3 ;; Author Richard Mlynarik. | 4 ;; Author Richard Mlynarik. |
4 | 5 |
5 ;; This file is part of GNU Emacs. | 6 ;; This file is part of GNU Emacs. |
6 | 7 |
302 (nreverse list))) | 303 (nreverse list))) |
303 (and buf (kill-buffer buf)))))) | 304 (and buf (kill-buffer buf)))))) |
304 | 305 |
305 (provide 'rfc822) | 306 (provide 'rfc822) |
306 | 307 |
308 ;;; rfc822.el ends here |