Add asis and url.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 17 Oct 2003 23:58:44 +0000 (23:58 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 17 Oct 2003 23:58:44 +0000 (23:58 +0000)
texi/texi2latex.el

index 95dd804..93923c6 100644 (file)
            (latexi-exchange-command (concat "gnus" command) arg))
           ((member command '("sc" "file" "dfn" "emph" "kbd" "key" "uref"
                              "code" "samp" "var" "strong" "i"
-                             "result" "email" "env" "r" "command"))
+                             "result" "email" "env" "r" "command" "asis"
+                             "url"))
            (goto-char (match-beginning 0))
            (delete-char 1)
            (insert "\\gnus"))