From: morioka Date: Mon, 10 Mar 1997 13:42:02 +0000 (+0000) Subject: tm-latex.el was abolished. X-Git-Tag: Hokutetsu-Ishikawa-new~163 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e30fde45e61499d5c2dbbe86576d4cd6e8b8b6a3;p=elisp%2Fsemi.git tm-latex.el was abolished. --- diff --git a/semi-setup.el b/semi-setup.el index cab8d0c..48d0df6 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: semi-setup.el,v 0.10 1997-03-10 13:41:13 morioka Exp $ +;; Version: $Id: semi-setup.el,v 0.11 1997-03-10 13:42:02 morioka Exp $ ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -37,22 +37,6 @@ (lambda () ;; for message/partial (require 'mime-partial) - - ;; for LaTeX - (set-atype 'mime/content-decoding-condition - '((type . "text/x-latex") - (method . mime/decode-text/latex) - )) - (set-atype 'mime/content-decoding-condition - '((type . "application/x-latex") - (method . mime/decode-text/latex) - )) - ;;(set-atype 'mime/content-decoding-condition - ;; '((type . "application/octet-stream") - ;; ("type" . "latex") - ;; (method . mime/decode-text/latex) - ;; )) - (autoload 'mime/decode-text/latex "tm-latex") )))