mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Handle @ifnottex.
This commit is contained in:
parent
fe44bc6d35
commit
7220ca11af
1 changed files with 4 additions and 1 deletions
|
|
@ -2111,7 +2111,7 @@ This command is executed when texinfmt sees @item inside @multitable."
|
|||
(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 @@ 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)
|
||||
|
||||
|
||||
;;; @titlepage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue