branch: main commit 6d1146e53ea9b2ac4560e71f80aa4711e49833c5 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
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 00158670..d185fdb8 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 23511e81..00000000 --- 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: auctex-devel@gnu.org -;; Notifications-To: auctex-di...@gnu.org -;; 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 2410da50..8aac43f9 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: auctex-devel@gnu.org ;; Notifications-To: auctex-di...@gnu.org