~ruther/guix-local

ref: 2f837cf7fe100b0584fb02cf8f19d4cfb4e14d88 guix-local/gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch -rw-r--r-- 617 bytes
2f837cf7 — Marius Bakke gnu: perl: Add more missing dependencies on Module::Install. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix completion for R5RS Scheme.
See https://github.com/ashinn/scheme-complete/issues/1

--- scheme-complete-master/scheme-complete.el.orig	2015-12-25 21:59:09.896909029 +0100
+++ scheme-complete-master/scheme-complete.el	2015-12-25 21:59:17.924993998 +0100
@@ -591,7 +591,7 @@
            '((exact->inexact (lambda (z) z))
              (inexact->exact (lambda (z) z)))
            (mapcar #'(lambda (x)
-                       (list x (scheme-env-lookup *scheme-r7rs-info* x)))
+                       (scheme-env-lookup *scheme-r7rs-info* x))
                    *scheme-r5rs-bindings*))))
   *scheme-r5rs-info*)