summaryrefslogtreecommitdiff
path: root/geiser/completion.scm
diff options
context:
space:
mode:
Diffstat (limited to 'geiser/completion.scm')
-rw-r--r--geiser/completion.scm4
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