]> git.eshelyaron.com Git - emacs.git/commitdiff
Handle @ifnottex.
authorKarl Heuer <kwzh@gnu.org>
Mon, 16 Aug 1999 03:17:09 +0000 (03:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 16 Aug 1999 03:17:09 +0000 (03:17 +0000)
lisp/textmodes/texinfmt.el

index aeaa835d6db797ef77248cfccd8a384ee1476d66..674f0433366d277d02aae37130b4cdfb23c6920c 100644 (file)
@@ -2111,7 +2111,7 @@ This command is executed when texinfmt sees @item inside @multitable."
     (setq fill-column existing-fill-column)))
 
 \f
-;;; @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 @@ This command is executed when texinfmt sees @item inside @multitable."
                  (progn (re-search-forward "@end html[ \t]*\n")
                         (point))))
 
+(put 'ifnottex 'texinfo-format 'texinfo-discard-line)
+(put 'ifnottex 'texinfo-end 'texinfo-discard-command)
+
 \f
 ;;; @titlepage