branch: elpa/geiser-mit
commit 922bfc0b7097e7d4734343e31a61cf7c9dd6132c
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    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-mit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/geiser-mit.el b/elisp/geiser-mit.el
index 9617c00..2cf162a 100644
--- a/elisp/geiser-mit.el
+++ b/elisp/geiser-mit.el
@@ -1,4 +1,4 @@
-;; geiser-mit.el -- MIT/GNU Scheme's implementation of the geiser protocols
+;;; geiser-mit.el -- MIT/GNU Scheme's implementation of the geiser protocols
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the Modified BSD License. You should

Reply via email to