From 8624afc1961d468542cb4090c99187dc2745542f Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 11 Oct 2012 04:19:50 +0200 Subject: Finishing removal of the "foo ends here" footers I must admit this is yet another excuse to check geiserbot over at freenode. --- geiser/completion.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'geiser/completion.scm') 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