From: kaoru Date: Fri, 28 Jul 2000 17:51:34 +0000 (+0000) Subject: * utils/ptexinfmt.el: Disable broken check notice. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ce0ead039de8dc28e4d0bc2e02aa52b7d3faf0b0;p=elisp%2Fwanderlust.git * utils/ptexinfmt.el: Disable broken check notice. --- diff --git a/ChangeLog b/ChangeLog index 9f009b3..db141ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-28 TAKAHASHI Kaoru + + * utils/ptexinfmt.el: Disable broken check notice. + 2000-07-20 TAKAHASHI Kaoru * utils/ptexinfmt.el: Support @multitable. diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index a13c879..6811eb9 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -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