From e1d33045199ccf684230f6367a8db8d0aac8c851 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 23 Jan 2001 08:53:14 +0000 Subject: [PATCH] Synch with Wanderlust. --- ChangeLog | 4 ++++ lisp/ptexinfmt.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 56c3450..b23dbdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-23 TAKAHASHI Kaoru + + * lisp/ptexinfmt.el: Support @letterpaper and @afivepaper. + 2001-01-22 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. diff --git a/lisp/ptexinfmt.el b/lisp/ptexinfmt.el index 036c97b..a577d38 100644 --- a/lisp/ptexinfmt.el +++ b/lisp/ptexinfmt.el @@ -133,9 +133,11 @@ This is NO-NOTICE argument in `broken-facility'.") ;; size (put 'smallbook 'texinfo-format 'texinfo-discard-line) +(put 'letterpaper 'texinfo-format 'texinfo-discard-line) (put 'afourpaper 'texinfo-format 'texinfo-discard-line) (put 'afourlatex 'texinfo-format 'texinfo-discard-line) (put 'afourwide 'texinfo-format 'texinfo-discard-line) +(put 'afivepaper 'texinfo-format 'texinfo-discard-line) (put 'pagesizes 'texinfo-format 'texinfo-discard-line-with-args) ;; style -- 1.7.10.4