Mercurial > emacs
comparison lisp/mail/metamail.el @ 52401:695cf19ef79e
Add arch taglines
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 01 Sep 2003 15:45:59 +0000 |
parents | 0d8b17d428b5 |
children | f0eb34e60705 e8824c4f5f7e 375f2633d815 |
comparison
equal
deleted
inserted
replaced
52400:b32a475b367f | 52401:695cf19ef79e |
---|---|
1 ;;; metamail.el --- Metamail interface for GNU Emacs | 1 ;;; metamail.el --- Metamail interface for GNU Emacs |
2 | 2 |
3 ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 5 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
6 ;; Version: $Id: metamail.el,v 1.14 2000/11/12 00:22:02 fx Exp $ | 6 ;; Version: $Id: metamail.el,v 1.15 2003/02/04 13:14:00 lektu Exp $ |
7 ;; Keywords: mail, news, mime, multimedia | 7 ;; Keywords: mail, news, mime, multimedia |
8 | 8 |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of GNU Emacs. |
10 | 10 |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 ;; GNU Emacs is free software; you can redistribute it and/or modify |
188 (error nil)) | 188 (error nil)) |
189 ))) | 189 ))) |
190 | 190 |
191 (provide 'metamail) | 191 (provide 'metamail) |
192 | 192 |
193 ;;; arch-tag: 52c0cb6f-d800-4776-9789-f0275cb5490e | |
193 ;;; metamail.el ends here | 194 ;;; metamail.el ends here |