From 1110d458669c9589a2a0d63af9b2d12869746dbe Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 3 Jun 2002 20:44:26 +0000 Subject: [PATCH] Fixed last change. --- utils/ptexinfmt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4