emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/hyperbole df1d940: * hyperbole.el: Fix `Version:` and g


From: Stefan Monnier
Subject: [elpa] externals/hyperbole df1d940: * hyperbole.el: Fix `Version:` and gitignore
Date: Wed, 14 Aug 2019 04:40:13 -0400 (EDT)

branch: externals/hyperbole
commit df1d9401177169ea521961f62b69b084455c71c8
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * hyperbole.el: Fix `Version:` and gitignore
---
 .gitignore       | 6 +++---
 hyperbole-pkg.el | 8 --------
 hyperbole.el     | 4 ++--
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index b3beacf..bc71d61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,9 @@
 # Files that Git should ignore in the GNU Hyperbole source directory.
 
-# *-autoloads.el
-# *-pkg.el
+*-autoloads.el
+*-pkg.el
 
-# Copyright (C) 2016  Free Software Foundation, Inc.
+# Copyright (C) 2016-2019  Free Software Foundation, Inc.
 # See the "HY-COPY" file for license information.
 
 # This file is part of GNU Hyperbole.
diff --git a/hyperbole-pkg.el b/hyperbole-pkg.el
deleted file mode 100644
index 24c04fc..0000000
--- a/hyperbole-pkg.el
+++ /dev/null
@@ -1,8 +0,0 @@
-;; -*- no-byte-compile: t -*-
-(define-package "hyperbole" "7.0.3b" "GNU Hyperbole: The Everyday Hypertextual 
Information Manager"
-  '((emacs "24.4"))
-  :url "http://www.gnu.org/software/hyperbole";
-  :keywords '("comm" "convenience" "files" "frames" "hypermedia" "languages"
-             "mail" "matching" "mouse" "multimedia" "outlines" "tools" "wp"))
-
-(setq byte-compile-warnings '(not interactive-only find-tag free-vars 
unresolved))
diff --git a/hyperbole.el b/hyperbole.el
index f2b215f..ddc1819 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -3,10 +3,10 @@
 ;; Copyright (C) 1992-2019  Free Software Foundation, Inc.
 
 ;; Author:           Bob Weiner
-;; Maintainer:       Bob Weiner <address@hidden> and Mats Lidell 
<address@hidden>
+;; Maintainer:       Bob Weiner <address@hidden>, Mats Lidell <address@hidden>
 ;; Created:          06-Oct-92 at 11:52:51
 ;; Released:         21-Jan-19
-;; Version:          7.0.3b
+;; Version:          7.0.3
 ;; Keywords:         comm, convenience, files, frames, hypermedia, languages, 
mail, matching, mouse, multimedia, outlines, tools, wp
 ;; Package:          hyperbole
 ;; Package-Requires: ((emacs "24.4"))



reply via email to

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