From cd787c3aed1b3d1cf9e80381e322094554247441 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Mon, 20 Feb 2006 15:42:01 +0000 Subject: [PATCH] (mm-uu-type-alist): Improve `LaTeX'. --- lisp/ChangeLog | 4 ++++ lisp/mm-uu.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3447a63f..2b68a6913 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-02-20 Reiner Steib + + * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'. + 2006-02-20 Katsumi Yamaoka * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el index 077cefc9a..2877863b0 100644 --- a/lisp/mm-uu.el +++ b/lisp/mm-uu.el @@ -187,7 +187,7 @@ This can be either \"inline\" or \"attachment\".") (lambda () (mm-uu-verbatim-marks-extract 0 0 1 -1)) nil) (LaTeX - "^\\(\\\\[^\n]+\n\\)*\\\\documentclass" + "^\\([\\\\%][^\n]+\n\\)*\\\\documentclass.*[[{%]" "^\\\\end{document}" mm-uu-latex-extract nil -- 2.25.1