/[guile]/guile/guile-core/ice-9/boot-9.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/boot-9.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.287 by mvo, Wed Oct 9 22:47:34 2002 UTC revision 1.288 by mdj, Sun Oct 20 21:51:16 2002 UTC
# Line 2832  Line 2832 
2832    (let ((guile-user-module (resolve-module '(guile-user))))    (let ((guile-user-module (resolve-module '(guile-user))))
2833    
2834      ;; Load emacs interface support if emacs option is given.      ;; Load emacs interface support if emacs option is given.
2835      (if (and (module-defined? the-root-module 'use-emacs-interface)      (if (and (module-defined? guile-user-module 'use-emacs-interface)
2836               (module-ref the-root-module 'use-emacs-interface))               (module-ref guile-user-module 'use-emacs-interface))
2837          (load-emacs-interface))          (load-emacs-interface))
2838    
2839      ;; Use some convenient modules (in reverse order)      ;; Use some convenient modules (in reverse order)

Legend:
Removed from v.1.287  
changed lines
  Added in v.1.288

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26