From: kaoru Date: Mon, 2 Aug 2004 18:30:11 +0000 (+0000) Subject: * ptexinfmt.el (slanted): Rename @s to @slanted. X-Git-Tag: wl-2_11_31~51 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabeb577f6aa31d58c9e13bd9b74072a317fd8bf;p=elisp%2Fwanderlust.git * ptexinfmt.el (slanted): Rename @s to @slanted. --- 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)