branch: externals/kiwix commit e7edd5e82d00378dc08c18a5f535ede8b6450abb Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
rename old kiwix.el to kiwix-http.el --- kiwix.el => kiwix-http.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kiwix.el b/kiwix-http.el similarity index 96% rename from kiwix.el rename to kiwix-http.el index 25a2d7c..db57811 100644 --- a/kiwix.el +++ b/kiwix-http.el @@ -1,4 +1,4 @@ -;;; kiwix.el --- Emacs client to Kiwix. +;;; kiwix-http.el ;;; -*- coding: utf-8 -*- ;;; Commentary: @@ -72,6 +72,6 @@ Return a list of results." -(provide 'kiwix) +(provide 'kiwix-http) -;;; kiwix.el ends here +;;; kiwix-http.el ends here