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