branch: elpa/geiser-chicken
commit 165571741091262ae27356f68b60aa97f645dd30
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Begin the summary lines of all elisp libraries with three semicolons
    
    It's the convention and by following it we make a big step towards
    supporting outline navigation.
---
 elisp/geiser-chicken.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/geiser-chicken.el b/elisp/geiser-chicken.el
index 3403989..4814aa7 100644
--- a/elisp/geiser-chicken.el
+++ b/elisp/geiser-chicken.el
@@ -1,4 +1,4 @@
-;; geiser-chicken.el -- chicken's implementation of the geiser protocols
+;;; geiser-chicken.el -- chicken's implementation of the geiser protocols
 
 ;; Copyright (C) 2014, 2015, 2019 Daniel Leslie
 

Reply via email to