From a341a48b3fbdf4c04d1c5d48a3bf3a41b68cf758 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 2 Aug 2004 22:00:39 +0000 Subject: [PATCH] Synch to Wanderlust 200408021830. --- ChangeLog | 4 ++++ texi/ptexinfmt.el | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc3136b..0b4a91b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-02 TAKAHASHI Kaoru + + * texi/ptexinfmt.el (slanted): Rename @s to @slanted. + 2004-07-29 KOSEKI Yoshinori * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix diff --git a/texi/ptexinfmt.el b/texi/ptexinfmt.el index 071d00f..01dc4d2 100644 --- a/texi/ptexinfmt.el +++ b/texi/ptexinfmt.el @@ -37,6 +37,7 @@ ;; Modified by Yamaoka not to use APEL functions. ;; Unimplemented command: +;; @abbr ;; @float, @caption, @shortcaption, @listoffloats ;; @deftypecv[x] ;; @headitem @@ -210,8 +211,8 @@ DOCSTRING will be printed if ASSERTION is nil and (put 'page 'texinfo-format 'texinfo-discard-line) (put 'hyphenation 'texinfo-format 'texinfo-discard-command-and-arg) -;; @s{} (makeinfo 4.8 or later) -(put 's 'texinfo-format 'texinfo-format-noop) +;; @slanted{} (makeinfo 4.8 or later) +(put 'slanted 'texinfo-format 'texinfo-format-noop) ;; @tie{} (makeinfo 4.3 or later) (put 'tie 'texinfo-format 'texinfo-format-tie) -- 1.7.10.4