bug-guile
[Top][All Lists]
Advanced

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

bug#32780: Minimal fix for guile.el


From: Frank Ruben
Subject: bug#32780: Minimal fix for guile.el
Date: Thu, 20 Sep 2018 11:21:36 +0200

Hi,

in file http://git.savannah.gnu.org/gitweb/?p=guile.git;a=blob_plain;f=emacs/guile.el;hb=HEAD there is a definition of procedure `guile:make-adapter`. The second let-binding `(libs (if guile-channel-file (list "-l" guile-channel-file) nil))` is not necessary as the libraries are anyway initialized in the subsequent let-binding via the result of procedure `guile-libs` (with some more logic).

Thanks for guile and greetings to Andy Wingo - he's one of my programming heroes ;)
Frank


reply via email to

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