mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 11:40:20 +02:00
2002-10-20 Mikael Djurfeldt <mdj@linnaeus>
* 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
18f7c04d2a
commit
cf2c8da9ac
1 changed files with 2 additions and 2 deletions
|
@ -3009,8 +3009,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