CVSROOT: /sources/auctex Module name: auctex Changes by: Tassilo Horn <tsdh> 13/02/13 19:08:53
Index: style/hyperref.el =================================================================== RCS file: /sources/auctex/auctex/style/hyperref.el,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- style/hyperref.el 27 Dec 2012 19:59:45 -0000 1.3 +++ style/hyperref.el 13 Feb 2013 19:08:52 -0000 1.4 @@ -1,6 +1,6 @@ ;;; hyperref.el --- AUCTeX style for `hyperref.sty' v6.83m -;; Copyright (C) 2008 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2013 Free Software Foundation, Inc. ;; Author: Ralf Angeli <[email protected]> ;; Maintainer: [email protected] @@ -156,8 +156,10 @@ (TeX-add-style-hook "hyperref" (lambda () - ;; hyperref.sty loads url.sty - (TeX-run-style-hooks "url") + ;; hyperref loads nameref and url (+ some other packages which do not have + ;; style hooks) + (TeX-run-style-hooks "url" "nameref") + (TeX-add-symbols '("hypersetup" (TeX-arg-key-val LaTeX-hyperref-package-options)) '("href" [ (TeX-arg-key-val LaTeX-hyperref-href-options) ] "URL" "Text") _______________________________________________ auctex-diffs mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-diffs
