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

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

[nongnu] elpa/geiser-kawa 3a02f86 078/119: Add first line to elisp files


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-kawa 3a02f86 078/119: Add first line to elisp files: description + lexical binding
Date: Sun, 1 Aug 2021 18:30:42 -0400 (EDT)

branch: elpa/geiser-kawa
commit 3a02f869a8e45f2b66b47022e0fdfc9592199a09
Author: spellcard199 <spellcard199@protonmail.com>
Commit: spellcard199 <spellcard199@protonmail.com>

    Add first line to elisp files: description + lexical binding
---
 elisp/geiser-kawa-devutil-complete.el | 2 ++
 elisp/geiser-kawa-devutil-exprtree.el | 2 ++
 elisp/geiser-kawa-util.el             | 2 ++
 elisp/tests/test-geiser-kawa.el       | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/elisp/geiser-kawa-devutil-complete.el 
b/elisp/geiser-kawa-devutil-complete.el
index ec271a9..e08e081 100644
--- a/elisp/geiser-kawa-devutil-complete.el
+++ b/elisp/geiser-kawa-devutil-complete.el
@@ -1,3 +1,5 @@
+;;; geiser-kawa-devutil-complete.el --- completion using kawa-devutil -*- 
lexical-binding:t -*-
+
 ;; Copyright (C) 2020 spellcard199 <spellcard199@protonmail.com>
 
 ;; This program is free software; you can redistribute it and/or
diff --git a/elisp/geiser-kawa-devutil-exprtree.el 
b/elisp/geiser-kawa-devutil-exprtree.el
index fc39a26..5de1960 100644
--- a/elisp/geiser-kawa-devutil-exprtree.el
+++ b/elisp/geiser-kawa-devutil-exprtree.el
@@ -1,3 +1,5 @@
+;;; geiser-kawa-devutil-complete.el --- get Kawa's Expression tree using 
kawa-devutil -*- lexical-binding:t -*-
+
 ;; Copyright (C) 2020 spellcard199 <spellcard199@protonmail.com>
 
 ;; This program is free software; you can redistribute it and/or
diff --git a/elisp/geiser-kawa-util.el b/elisp/geiser-kawa-util.el
index 50b9d8b..d62bff5 100644
--- a/elisp/geiser-kawa-util.el
+++ b/elisp/geiser-kawa-util.el
@@ -1,3 +1,5 @@
+;;; geiser-kawa-util.el --- utility functions for `geiser-kawa' -*- 
lexical-binding:t -*-
+
 ;; Copyright (C) 2020 spellcard199 <spellcard199@protonmail.com>
 
 ;; This program is free software; you can redistribute it and/or
diff --git a/elisp/tests/test-geiser-kawa.el b/elisp/tests/test-geiser-kawa.el
index 00ad4ef..b2207bd 100644
--- a/elisp/tests/test-geiser-kawa.el
+++ b/elisp/tests/test-geiser-kawa.el
@@ -1,3 +1,5 @@
+;;; test-geiser-kawa.el --- tests for `geiser-kawa's elisp side -*- 
lexical-binding:t -*-
+
 ;; Copyright (C) 2019, 2020 spellcard199 <spellcard199@protonmail.com>
 
 ;; This program is free software; you can redistribute it and/or



reply via email to

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