Mercurial > hg > xemacs-beta
comparison lisp/tm/gnus-mime.el @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
75:a4e0195b387b | 76:c0c698873ce1 |
---|---|
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.1.1.1 $ | 7 ;; Version: $Revision: 1.2 $ |
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.1.1.1 1996/12/18 22:43:38 steve Exp $") | 36 "$Id: gnus-mime.el,v 1.2 1996/12/28 21:03:11 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 |