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

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

[nongnu] elpa/geiser-guile f6f254f 262/284: guile 2.2: program-arities a


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile f6f254f 262/284: guile 2.2: program-arities and program-module reloaded
Date: Sun, 1 Aug 2021 18:29:57 -0400 (EDT)

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

    guile 2.2: program-arities and program-module reloaded
    
    Those two procedures are gone in these 2.2 times, and things like
    autodoc and xref were broken as a result.  With Andy's help,
    apparently good enough approximations of their functionality are now
    in place: let's see how they go.
---
 elisp/geiser-guile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el
index 6b39435..160f40c 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -1,6 +1,6 @@
 ;; geiser-guile.el -- guile's implementation of the geiser protocols
 
-;; Copyright (C) 2009-2017 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009-2018 Jose Antonio Ortega Ruiz
 ;; Copyright (C) 2017 Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;; This program is free software; you can redistribute it and/or
@@ -334,7 +334,7 @@ This function uses `geiser-guile-init-file' if it exists."
 
 ;;; REPL startup
 
-(defconst geiser-guile-minimum-version "2.0")
+(defconst geiser-guile-minimum-version "2.2")
 
 (defun geiser-guile--version (binary)
   (car (process-lines binary "-c" "(display (version))")))



reply via email to

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