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:
parent
bce074ee22
commit
2e3fbd8de1
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue