# HG changeset patch # User Karl Heuer # Date 934773429 0 # Node ID de041ba369d9c31b0b99646daa297d7cadf8d2bf # Parent c8d2d5e80cc0d2e15b509bc8f2a9113f4c0c6083 Handle @ifnottex. diff -r c8d2d5e80cc0 -r de041ba369d9 lisp/textmodes/texinfmt.el --- a/lisp/textmodes/texinfmt.el Mon Aug 16 03:16:06 1999 +0000 +++ b/lisp/textmodes/texinfmt.el Mon Aug 16 03:17:09 1999 +0000 @@ -2111,7 +2111,7 @@ (setq fill-column existing-fill-column))) -;;; @ifinfo, @iftex, @tex, @ifhtml, @html +;;; @ifinfo, @iftex, @tex, @ifhtml, @html, @ifnottex (put 'ifinfo 'texinfo-format 'texinfo-discard-line) (put 'ifinfo 'texinfo-end 'texinfo-discard-command) @@ -2140,6 +2140,9 @@ (progn (re-search-forward "@end html[ \t]*\n") (point)))) +(put 'ifnottex 'texinfo-format 'texinfo-discard-line) +(put 'ifnottex 'texinfo-end 'texinfo-discard-command) + ;;; @titlepage