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

* boot-9.scm (top-repl): Look for use-emacs-interface in

guile-user-module (should it be there?) instead of
the-root-module.
This commit is contained in:
Mikael Djurfeldt 2002-10-20 21:51:16 +00:00
parent 0a50eeaadb
commit 454b82f41f

View file

@ -2832,8 +2832,8 @@
(let ((guile-user-module (resolve-module '(guile-user))))
;; Load emacs interface support if emacs option is given.
(if (and (module-defined? the-root-module 'use-emacs-interface)
(module-ref the-root-module 'use-emacs-interface))
(if (and (module-defined? guile-user-module 'use-emacs-interface)
(module-ref guile-user-module 'use-emacs-interface))
(load-emacs-interface))
;; Use some convenient modules (in reverse order)