ox-texinfo: Fix comments handling
commit60a407a7f5a70c9bb34743de7c54575d6dff9698
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 3 Aug 2014 22:12:11 +0000 (4 00:12 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 4 Aug 2014 11:29:26 +0000 (4 13:29 +0200)
treeac2fb5bbf334db0138653236c0747a48c325f6ac
parentfddee022b75cb44f8804c4af011b6def9144c5f1
ox-texinfo: Fix comments handling

* lisp/ox-texinfo.el (texinfo): Make sure comments are ignored.
(org-texinfo-comment, org-texinfo-comment-block): Remove functions.

This is consistent with all other back-ends, which ignore any comment.
lisp/ox-texinfo.el