diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-11 04:19:50 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-10-11 04:20:23 +0200 |
commit | 8624afc1961d468542cb4090c99187dc2745542f (patch) | |
tree | 48249375a3a3f869c139b49b0772990fbca71eb5 /geiser/completion.scm | |
parent | 4c022191fac48d9f5d96cfafeda6aba59da627de (diff) | |
download | geiser-guile-8624afc1961d468542cb4090c99187dc2745542f.tar.gz geiser-guile-8624afc1961d468542cb4090c99187dc2745542f.tar.bz2 |
Finishing removal of the "foo ends here" footers
I must admit this is yet another excuse to check geiserbot over at
freenode.
Diffstat (limited to 'geiser/completion.scm')
-rw-r--r-- | geiser/completion.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/geiser/completion.scm b/geiser/completion.scm index 3f76a27..d69859b 100644 --- a/geiser/completion.scm +++ b/geiser/completion.scm @@ -1,6 +1,6 @@ ;;; completion.scm -- completing known symbols and module names -;; Copyright (C) 2009 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2012 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -25,5 +25,3 @@ (matcher (lambda (s) (string-match prefix s))) (names (filter matcher (all-modules)))) (sort! names string<?))) - -;;; completion.scm ends here |