From eabeb577f6aa31d58c9e13bd9b74072a317fd8bf Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 2 Aug 2004 18:30:11 +0000 Subject: [PATCH] * ptexinfmt.el (slanted): Rename @s to @slanted. --- utils/ChangeLog | 4 ++++ utils/ptexinfmt.el | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/utils/ChangeLog b/utils/ChangeLog index 5cb3c80..011c890 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +2004-08-02 TAKAHASHI Kaoru + + * ptexinfmt.el (slanted): Rename @s to @slanted. + 2004-07-20 TAKAHASHI Kaoru * ptexinfmt.el: Support @s. diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index 7765382..edc4255 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -37,6 +37,7 @@ ;; Modified by Yamaoka not to use APEL functions. ;; Unimplemented command: +;; @abbr ;; @float, @caption, @shortcaption, @listoffloats ;; @deftypecv[x] ;; @headitem @@ -215,8 +216,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