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

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

[elpa] externals/kiwix 997d0c6 1/5: add lexical-binding to source code f


From: Stefan Monnier
Subject: [elpa] externals/kiwix 997d0c6 1/5: add lexical-binding to source code file
Date: Sat, 19 Dec 2020 11:21:31 -0500 (EST)

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

    add lexical-binding to source code file
---
 kiwix.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 5b765b5..652fec3 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -1,5 +1,5 @@
-;;; kiwix.el --- Searching offline Wikipedia through Kiwix.
-;;; -*- coding: utf-8 -*-
+;;; kiwix.el --- Searching offline Wikipedia through Kiwix.  -*- 
lexical-binding: t; -*-
+;; -*- coding: utf-8 -*-
 
 ;; Copyright (C) 2019-2020  Free Software Foundation, Inc.
 



reply via email to

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