mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Allow using @@ in @uref in texinfo
* lisp/textmodes/texinfmt.el (texinfo-format-uref): Allow using @@
in @uref (bug#36186) to allow things like
@uref{mailto:foo@@example.com}.
This commit is contained in:
parent
860880d784
commit
9926e81126
1 changed files with 1 additions and 2 deletions
|
|
@ -1286,8 +1286,7 @@ otherwise, insert URL-TITLE followed by URL in parentheses."
|
|||
;; if url-title
|
||||
(if (nth 1 args)
|
||||
(insert (nth 1 args) " (" (nth 0 args) ")")
|
||||
(insert "`" (nth 0 args) "'"))
|
||||
(goto-char texinfo-command-start)))
|
||||
(insert "`" (nth 0 args) "'"))))
|
||||
|
||||
|
||||
;;; Section headings
|
||||
|
|
|
|||
Loading…
Reference in a new issue