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

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

[elpa] externals/kiwix c99b695 07/10: You should depend on (emacs "24.3


From: Stefan Monnier
Subject: [elpa] externals/kiwix c99b695 07/10: You should depend on (emacs "24.3") if you need ‘url-encode-url’
Date: Wed, 17 Mar 2021 18:45:24 -0400 (EDT)

branch: externals/kiwix
commit c99b6955095ce2f8400e146afde7d70b571bb829
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    You should depend on (emacs "24.3") if you need ‘url-encode-url’
---
 kiwix.el     |  6 +++---
 org-kiwix.el | 10 +++++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 60804a2..690d3ab 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -1,16 +1,16 @@
 ;;; kiwix.el --- Searching offline Wikipedia through Kiwix.  -*- 
lexical-binding: t; -*-
 ;; -*- coding: utf-8 -*-
 
-;; Copyright (C) 2019-2020  Free Software Foundation, Inc.
-
 ;; Author: stardiviner <numbchild@gmail.com>
 ;; Maintainer: stardiviner <numbchild@gmail.com>
 ;; Keywords: kiwix wikipedia
 ;; Homepage: https://github.com/stardiviner/kiwix.el
 ;; Created: 23th July 2016
-;; Version: 1.0.1
+;; Version: 1.0.2
 ;; Package-Requires: ((emacs "24.4") (request "0.3.0"))
 
+;; Copyright (C) 2019-2020  Free Software Foundation, Inc.
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
diff --git a/org-kiwix.el b/org-kiwix.el
index 6a586bf..2b8cfa8 100644
--- a/org-kiwix.el
+++ b/org-kiwix.el
@@ -1,6 +1,14 @@
 ;;; org-kiwix.el --- Org Mode link support -*- lexical-binding: t; -*-
 
-;;; Time-stamp: <2021-01-14 02:10:42 stardiviner>
+;;; Time-stamp: <2021-01-14 02:12:45 stardiviner>
+
+;; Author: stardiviner <numbchild@gmail.com>
+;; Maintainer: stardiviner <numbchild@gmail.com>
+;; Keywords: kiwix wikipedia
+;; Homepage: https://github.com/stardiviner/kiwix.el
+;; Created: 23th July 2016
+;; Version: 1.0.2
+;; Package-Requires: ((emacs "24.3"))
 
 ;; Copyright (C) 2019-2020  Free Software Foundation, Inc.
 



reply via email to

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