* utils/ptexinfmt.el: Disable broken check notice.
authorkaoru <kaoru>
Fri, 28 Jul 2000 17:51:34 +0000 (17:51 +0000)
committerkaoru <kaoru>
Fri, 28 Jul 2000 17:51:34 +0000 (17:51 +0000)
ChangeLog
utils/ptexinfmt.el

index 9f009b3..db141ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * utils/ptexinfmt.el: Disable broken check notice.
+
 2000-07-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * utils/ptexinfmt.el: Support @multitable.
index a13c879..6811eb9 100644 (file)
@@ -51,7 +51,8 @@
          (insert "@var{@asis{foo}}\n")
          (texinfo-format-expand-region (point-min) (point-max))
          t))
-    (error nil)))
+    (error nil))
+  'no-notice)
 
 ;; @xref
 (broken-facility texinfo-format-xref
@@ -63,7 +64,8 @@
          (insert "@xref{, xref, , file}\n")
          (texinfo-format-expand-region (point-min) (point-max))
          t))
-    (error nil)))
+    (error nil))
+  'no-notice)
 
 ;; @uref
 (broken-facility texinfo-format-uref
@@ -75,7 +77,8 @@
          (insert "@uref{mailto:foo@@bar.com}\n")
          (texinfo-format-expand-region (point-min) (point-max))
          t))
-    (error nil)))
+    (error nil))
+  'no-notice)
 
 ;;; Obsolete
 ;; Removed Texinfo 3.8