* utils/ptexinfmt.el (texinfo-format-uref): Fixed.
authorkaoru <kaoru>
Fri, 28 Jul 2000 21:01:58 +0000 (21:01 +0000)
committerkaoru <kaoru>
Fri, 28 Jul 2000 21:01:58 +0000 (21:01 +0000)
ChangeLog
utils/ptexinfmt.el

index db141ae..4e9da3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * utils/ptexinfmt.el: Disable broken check notice.
 
+       * utils/ptexinfmt.el (texinfo-format-uref): Fixed.
+
 2000-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * utils/ptexinfmt.el: Support @multitable.
index 6811eb9..84372a9 100644 (file)
@@ -418,8 +418,7 @@ otherwise, insert URL-TITLE followed by URL in parentheses."
     ;; if url-title 
     (if (nth 1 args)
         (insert  (nth 1 args) " (" (nth 0 args) ")")
-      (insert "`" (nth 0 args) "'"))
-    (goto-char texinfo-command-start)))
+      (insert "`" (nth 0 args) "'"))))
 
 
 \f