From: kaoru Date: Mon, 3 Jun 2002 20:44:26 +0000 (+0000) Subject: Fixed last change. X-Git-Tag: elmo-mark-root~91 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1110d458669c9589a2a0d63af9b2d12869746dbe;p=elisp%2Fwanderlust.git Fixed last change. --- diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index 16da977..57fc205 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -491,7 +491,7 @@ otherwise, insert URL-TITLE followed by URL in parentheses." ;; If support @anchor for Mule 2.3, We must fix informat.el and info.el: ;; - Info-tagify suport @anthor-*-refill. ;; - info.el support Ref in Tag table. -(unless (eq 'texinfo-anchor (get 'anchor 'texinfo-format)) +(unless (get 'anchor 'texinfo-format) (put 'anchor 'texinfo-format 'texinfo-discard-command-and-arg))