auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex 6d1146e 1/2: Revert "Add auctex-p


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 6d1146e 1/2: Revert "Add auctex-pkg.el and move version definition there"
Date: Fri, 8 Feb 2019 12:50:55 -0500 (EST)

branch: externals/auctex
commit 6d1146e53ea9b2ac4560e71f80aa4711e49833c5
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Revert "Add auctex-pkg.el and move version definition there"
    
    This reverts commit 3653ef07555d97feeeda762b1a47df78a156d0fd.
---
 .gitignore    |  1 +
 auctex-pkg.el | 33 ---------------------------------
 auctex.el     |  3 ++-
 3 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0015867..d185fdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,5 +44,6 @@ preview-latex.el
 /preview.el
 PROBLEMS.preview
 # Files generated when installing/compiling the package in place.
+auctex-pkg.el
 auctex-autoloads.el
 tests/*/auto/*
diff --git a/auctex-pkg.el b/auctex-pkg.el
deleted file mode 100644
index 23511e8..0000000
--- a/auctex-pkg.el
+++ /dev/null
@@ -1,33 +0,0 @@
-;;; auctex-pkg.el --- The ELPA package definition for GNU AUCTeX
-
-;; Copyright (C) 2019 Free Software Foundation, Inc.
-
-;; URL: http://www.gnu.org/software/auctex/
-;; Maintainer: address@hidden
-;; Notifications-To: address@hidden
-;; Keywords: tex
-
-;; This file is part of AUCTeX.
-
-;; AUCTeX is free software; you can redistribute it and/or modify it
-;; under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
-
-;; AUCTeX is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; General Public License for more details.
-
-;; You should have received a copy of the GNU General Public License
-;; along with AUCTeX; see the file COPYING.  If not, write to the Free
-;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-;; 02110-1301, USA.
-
-(define-package "auctex" "12.1.2" "Integrated environment for *TeX*"
-  '((emacs "24.1")
-    (cl-lib "0.5"))
-  :url "https://www.gnu.org/software/auctex/";
-  :keywords '("TeX" "LaTeX" "Texinfo" "ConTeXt" "docTeX" "preview-latex"))
-
-(setq byte-compile-warnings '(not unresolved))
diff --git a/auctex.el b/auctex.el
index 2410da5..8aac43f 100644
--- a/auctex.el
+++ b/auctex.el
@@ -1,7 +1,8 @@
 ;;; auctex.el --- Integrated environment for *TeX*
 
-;; Copyright (C) 2014-2017, 2019 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
 
+;; Version: 12.1.1
 ;; URL: http://www.gnu.org/software/auctex/
 ;; Maintainer: address@hidden
 ;; Notifications-To: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]