summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2018-01-30 23:45:41 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2018-01-30 23:45:41 +0100
commitf6f254f07b09e412d06646aa2136df576c1a18f7 (patch)
treee85ca66a22570425d8228872380a4e319e9581d9
parentbe00e7a8f7d2b716627eaf03837b5c1c83232a9d (diff)
downloadgeiser-guile-f6f254f07b09e412d06646aa2136df576c1a18f7.tar.gz
geiser-guile-f6f254f07b09e412d06646aa2136df576c1a18f7.tar.bz2
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.
-rw-r--r--elisp/geiser-guile.el4
1 files 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))")))