branch: externals/auctex
commit c893152ae30fe4330a79e430fee1f41bbaba3e96
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
Redefine support for \url in hyperref
* style/hyperref.el ("hyperref"): Override the entry for \url macro in
url.el because hyperref.sty redefines the macro.
---
style/hyperref.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/style/hyperref.el b/style/hyperref.el
index 6361a9b..ade5494 100644
--- a/style/hyperref.el
+++ b/style/hyperref.el
@@ -226,6 +226,8 @@
(TeX-add-symbols
'("hypersetup" (TeX-arg-key-val LaTeX-hyperref-package-options-list))
'("href" [ (TeX-arg-key-val LaTeX-hyperref-href-options) ] "URL" "Text")
+ ;; Supply dummy arg `ignore' to override the entry in url.el.
+ '("url" "URL" ignore)
'("nolinkurl" t)
'("hyperbaseurl" t)
'("hyperimage" "Image URL" "Text")