1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 21:50:20 +02:00

* boot-9.scm: Check if variable use-emacs-interface is defined

before using it.
This commit is contained in:
Mikael Djurfeldt 1997-03-23 13:04:49 +00:00
parent bce074ee22
commit 2e3fbd8de1

View file

@ -3734,7 +3734,8 @@
;;; *fixme* This is a temporary solution.
;;;
(if use-emacs-interface
(if (and (module-defined? the-root-module 'use-emacs-interface)
use-emacs-interface)
(define-module (guile) :use-module (ice-9 emacs)))