[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 0c8d670: * auctex.el: Add requireds, keywords, a
From: |
Stefan Monnier |
Subject: |
[elpa] externals/auctex 0c8d670: * auctex.el: Add requireds, keywords, and trailer |
Date: |
Fri, 8 Feb 2019 15:19:48 -0500 (EST) |
branch: externals/auctex
commit 0c8d6703d16097eb64f014c56e4135a5a1f9600f
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>
* auctex.el: Add requireds, keywords, and trailer
---
auctex.el | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/auctex.el b/auctex.el
index b124420..f09e351 100644
--- a/auctex.el
+++ b/auctex.el
@@ -1,11 +1,13 @@
;;; auctex.el --- Integrated environment for *TeX*
-;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2019 Free Software Foundation, Inc.
;; Version: 12.1.2
;; URL: http://www.gnu.org/software/auctex/
;; Maintainer: address@hidden
;; Notifications-To: address@hidden
+;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
+;; Keywords: TeX LaTeX Texinfo ConTeXt docTeX preview-latex
;; This file is part of GNU Emacs.
@@ -28,9 +30,16 @@
;; strange trick causes tex-site.el to be loaded in a way that can be
;; safely undone using (unload-feature 'tex-site).
+;; FIXME: I don't quite understand in which way this is better than less
+;; strange code such as
+;; (require 'tex-site (expand-file-name "tex-site.el"
+;; (file-name-directory load-file-name))
+
;;; Code:
(autoload 'TeX-load-hack
(expand-file-name "tex-site.el"
(file-name-directory load-file-name)))
(TeX-load-hack)
+
+;;; auctex.el ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/auctex 0c8d670: * auctex.el: Add requireds, keywords, and trailer,
Stefan Monnier <=