monnier pushed a commit to branch externals/auctex
in repository elpa.
commit f4d76f7a412feddc6ad9075bbf202d9541f1269f
Author: Tassilo Horn <[email protected]>
Date: Thu Mar 28 10:14:46 2013 +0000
* latex.el (LaTeX-common-initialization): Remove `addbibresource'
macro.
---
ChangeLog | 5 +++++
latex.el | 1 -
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d9cdd47..f335b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-03-28 Mos� Giordano <[email protected]>
+ * latex.el (LaTeX-common-initialization): Remove `addbibresource'
+ macro.
+
+2013-03-28 Mos� Giordano <[email protected]>
+
* style/biblatex.el (LaTeX-biblatex-addbibresource-options): New
variable.
(LaTeX-arg-addbibresource): New function, based on current
diff --git a/latex.el b/latex.el
index d34e465..c06e365 100644
--- a/latex.el
+++ b/latex.el
@@ -5437,7 +5437,6 @@ i.e. you do _not_ have to cater for this yourself by
adding \\\\' or $."
'("nocite" TeX-arg-cite)
'("bibliographystyle" TeX-arg-bibstyle)
'("bibliography" TeX-arg-bibliography)
- '("addbibresource" TeX-arg-bibliography)
'("footnote"
(TeX-arg-conditional TeX-arg-footnote-number-p ([ "Number" ]) nil)
t)