This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, externals/auctex has been updated
       via  58396710bdcb746de52543695ea386c417050e51 (commit)
      from  8b479fc861135e28d878fd9012b3dd682f00b812 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 58396710bdcb746de52543695ea386c417050e51
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Date:   Mon Sep 30 17:12:44 2013 -0400

    Load tex-site from autoloads.

diff --git a/auctex-pkg.el b/auctex-pkg.el
index 62a6b4f..d9462f1 100644
--- a/auctex-pkg.el
+++ b/auctex-pkg.el
@@ -1 +1 @@
-(define-package "auctex" "11.87" "Integrated environment for *TeX*" nil :url 
"http://www.gnu.org/software/auctex/";)
+(define-package "auctex" "11.87.1" "Integrated environment for *TeX*" nil :url 
"http://www.gnu.org/software/auctex/";)
diff --git a/tex-site.el b/tex-site.el
index fc7c807..4ee712e 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -1,6 +1,6 @@
 ;;; tex-site.el - Site specific variables.  Don't edit.
 
-;; Copyright (C) 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2013 Free Software Foundation, Inc.
 ;;
 ;; completely rewritten.
 
@@ -152,4 +152,15 @@ If not a regular release, the date of the last change.")
 ;; Store bibitems when saving a BibTeX buffer
 (add-hook 'bibtex-mode-hook 'BibTeX-auto-store)
 
+;;; Code specific to ELPA packaging:
+
+;; From preview-latex.el:
+
+(defvar preview-TeX-style-dir
+  (expand-file-name "latex" (file-name-directory load-file-name)))
+
+;;; Ensure that loading the autoloads file also loads this file.
+;;;###autoload (require 'tex-site)
+
 (provide 'tex-site)
+;;; tex-site.el ends here

-----------------------------------------------------------------------

Summary of changes:
 auctex-pkg.el |    2 +-
 tex-site.el   |   13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
ELPA

Reply via email to