[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. fff941295dfe2b1b26bd5
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. fff941295dfe2b1b26bd5674be5366878230fb88 |
Date: |
Mon, 22 Dec 2014 07:33:25 +0000 |
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 "GNU AUCTeX".
The branch, master has been updated
via fff941295dfe2b1b26bd5674be5366878230fb88 (commit)
from df97f94f70fc159ba8f5de774e1e29062aaac9a1 (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 fff941295dfe2b1b26bd5674be5366878230fb88
Author: Tassilo Horn <address@hidden>
Date: Mon Dec 22 08:32:36 2014 +0100
Add hva file assoc to auto-mode-alist (bug#19426)
* latex.el (auto-mode-alist): Add latex-mode association for HeVeA
files.
diff --git a/ChangeLog b/ChangeLog
index 429c6af..285d073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-22 Tassilo Horn <address@hidden>
+
+ * latex.el (auto-mode-alist): Add latex-mode association for HeVeA
+ files.
+
2014-12-21 Tassilo Horn <address@hidden>
* tex.el (TeX-parse-macro): Enclose arg in
diff --git a/latex.el b/latex.el
index 8b19c8b..0da018e 100644
--- a/latex.el
+++ b/latex.el
@@ -5701,6 +5701,10 @@ This happens when \\left is inserted."
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.drv\\'" . latex-mode))
+;; HeVeA files (LaTeX -> HTML converter: http://hevea.inria.fr/)
+;;;###autoload
+(add-to-list 'auto-mode-alist '("\\.hva\\'" . latex-mode))
+
;;;###autoload
(defun TeX-latex-mode ()
"Major mode in AUCTeX for editing LaTeX files.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
latex.el | 4 ++++
2 files changed, 9 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. fff941295dfe2b1b26bd5674be5366878230fb88,
Tassilo Horn <=