emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-guile 8624afc 229/284: Finishing removal of the "fo


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 8624afc 229/284: Finishing removal of the "foo ends here" footers
Date: Sun, 1 Aug 2021 18:29:50 -0400 (EDT)

branch: elpa/geiser-guile
commit 8624afc1961d468542cb4090c99187dc2745542f
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]