(texinfo-format-node): Insert the node delimiter

that info is looking for unconditionally.
This commit is contained in:
Richard M. Stallman 1994-11-11 13:34:04 +00:00
parent 8d4afcac1e
commit 2545066897

View file

@ -924,9 +924,8 @@ lower types.")
(error "Duplicate node name: %s" name)
(setq texinfo-node-names (cons (list tem) texinfo-node-names))))
(setq texinfo-footnote-number 0)
(or (bolp)
(insert ?\n))
(insert "\^_\nFile: " texinfo-format-filename
;; insert "\n\^_" unconditionally since this is what info is looking for
(insert "\n\^_\nFile: " texinfo-format-filename
", Node: " name)
(if next
(insert ", Next: " next))