diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2020-02-25 14:29:01 +0100 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-03-27 21:38:45 +0100 |
commit | 352515c3aa12c9ebbdd997e5ab061ad182a45958 (patch) | |
tree | 42e090804772242c7623261d96ac61a3701a55a1 /elisp/geiser-chez.el | |
parent | a0f6fc32a81267154ed71f8668a1ecd227e7b37b (diff) | |
download | geiser-chez-352515c3aa12c9ebbdd997e5ab061ad182a45958.tar.gz geiser-chez-352515c3aa12c9ebbdd997e5ab061ad182a45958.tar.bz2 |
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.
Diffstat (limited to 'elisp/geiser-chez.el')
-rw-r--r-- | elisp/geiser-chez.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-chez.el b/elisp/geiser-chez.el index 67b9382..601cc6f 100644 --- a/elisp/geiser-chez.el +++ b/elisp/geiser-chez.el @@ -1,4 +1,4 @@ -;; geiser-chez.el -- Chez Scheme's implementation of the geiser protocols +;;; geiser-chez.el -- Chez 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 |