Mercurial > hg > xemacs-beta
comparison lisp/tm/mime-setup.el @ 86:364816949b59 r20-0b93
Import from CVS: tag r20-0b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:02 +0200 |
parents | c7528f8e288d |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
85:c661705957e0 | 86:364816949b59 |
---|---|
2 | 2 |
3 ;; Copyright (C) 1995,1996 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1995,1996 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> |
6 ;; Version: | 6 ;; Version: |
7 ;; $Id: mime-setup.el,v 1.3 1997/01/03 03:10:30 steve Exp $ | 7 ;; $Id: mime-setup.el,v 1.4 1997/01/30 02:22:47 steve Exp $ |
8 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word | 8 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word |
9 | 9 |
10 ;; This file is part of tm (Tools for MIME). | 10 ;; This file is part of tm (Tools for MIME). |
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 |
26 | 26 |
27 ;;; Code: | 27 ;;; Code: |
28 | 28 |
29 (require 'tm-setup) | 29 (require 'tm-setup) |
30 | 30 |
31 ;(autoload 'mime/editor-mode "tm-edit" | 31 (autoload 'mime/editor-mode "tm-edit" |
32 ; "Minor mode for editing MIME message." t) | 32 "Minor mode for editing MIME message." t) |
33 (autoload 'mime/decode-message-header "tm-ew-d" | 33 (autoload 'mime/decode-message-header "tm-ew-d" |
34 "Decode MIME encoded-words in message header." t) | 34 "Decode MIME encoded-words in message header." t) |
35 | 35 |
36 (defun mime-setup-decode-message-header () | 36 (defun mime-setup-decode-message-header () |
37 (save-excursion | 37 (save-excursion |