Mercurial > hg > xemacs-beta
comparison lisp/tm/gnus-mime.el @ 10:49a24b4fd526 r19-15b6
Import from CVS: tag r19-15b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:52 +0200 |
parents | 4b173ad71786 |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
9:6f2bbbbbe05a | 10:49a24b4fd526 |
---|---|
2 | 2 |
3 ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1996 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> |
6 ;; Created: 1996/8/6 | 6 ;; Created: 1996/8/6 |
7 ;; Version: $Revision: 1.2 $ | 7 ;; Version: $Revision: 1.3 $ |
8 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word | 8 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word |
9 | 9 |
10 ;; This file is not part of GNU Emacs yet. | 10 ;; This file is not part of GNU Emacs yet. |
11 | 11 |
12 ;; This program is free software; you can redistribute it and/or | 12 ;; This program is free software; you can redistribute it and/or |
31 | 31 |
32 ;;; @ version | 32 ;;; @ version |
33 ;;; | 33 ;;; |
34 | 34 |
35 (defconst gnus-mime-RCS-ID | 35 (defconst gnus-mime-RCS-ID |
36 "$Id: gnus-mime.el,v 1.2 1996/12/22 00:29:35 steve Exp $") | 36 "$Id: gnus-mime.el,v 1.3 1996/12/29 00:15:12 steve Exp $") |
37 | 37 |
38 (defconst gnus-mime-version | 38 (defconst gnus-mime-version |
39 (get-version-string gnus-mime-RCS-ID)) | 39 (get-version-string gnus-mime-RCS-ID)) |
40 | 40 |
41 | 41 |