Mercurial > emacs
changeset 25274:de041ba369d9
Handle @ifnottex.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 16 Aug 1999 03:17:09 +0000 |
parents | c8d2d5e80cc0 |
children | 1b1edbd429ea |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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