comparison lisp/tm/tm-edit.el @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 1ce6082ce73f
children 364816949b59
comparison
equal deleted inserted replaced
81:ebca3d831cea 82:6a378aca36af
4 4
5 ;; Author: UMEDA Masanobu <umerin@mse.kyutech.ac.jp> 5 ;; Author: UMEDA Masanobu <umerin@mse.kyutech.ac.jp>
6 ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> 6 ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> 7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
8 ;; Created: 1994/08/21 renamed from mime.el 8 ;; Created: 1994/08/21 renamed from mime.el
9 ;; Version: $Revision: 1.4 $ 9 ;; Version: $Revision: 1.5 $
10 ;; Keywords: mail, news, MIME, multimedia, multilingual 10 ;; Keywords: mail, news, MIME, multimedia, multilingual
11 11
12 ;; This file is part of tm (Tools for MIME). 12 ;; This file is part of tm (Tools for MIME).
13 13
14 ;; This program is free software; you can redistribute it and/or 14 ;; This program is free software; you can redistribute it and/or
117 117
118 ;;; @ version 118 ;;; @ version
119 ;;; 119 ;;;
120 120
121 (defconst mime-editor/RCS-ID 121 (defconst mime-editor/RCS-ID
122 "$Id: tm-edit.el,v 1.4 1997/01/11 20:14:11 steve Exp $") 122 "$Id: tm-edit.el,v 1.5 1997/01/23 05:29:42 steve Exp $")
123 123
124 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) 124 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID))
125 125
126 (defconst mime-editor/version-name 126 (defconst mime-editor/version-name
127 (concat "tm-edit " mime-editor/version)) 127 (concat "tm-edit " mime-editor/version))
646 ;;; end 646 ;;; end
647 647
648 648
649 ;;; @ functions 649 ;;; @ functions
650 ;;; 650 ;;;
651
652 ;; The following text was removed from the docstring of the subsequent
653 ;; functions due to problems with the resulting autoload file. -sb
654
655 ;; --[[text/plain; charset=ISO-2022-JP]]
656 ;; これは charset を ISO-2022-JP に指定した日本語の plain テキス
657 ;; トです.
658
659 651
660 ;;;###autoload 652 ;;;###autoload
661 (defun mime/editor-mode () 653 (defun mime/editor-mode ()
662 "MIME minor mode for editing the tagged MIME message. 654 "MIME minor mode for editing the tagged MIME message.
663 655