guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 ChangeLog boot-9.scm


From: Dirk Herrmann
Subject: guile/guile-core/ice-9 ChangeLog boot-9.scm
Date: Tue, 12 Dec 2000 10:10:57 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  00/12/12 10:10:56

Modified files:
        guile-core/ice-9: ChangeLog boot-9.scm 

Log message:
        * Lookup 'use-emacs-interface in the-root-module.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/ChangeLog.diff?r1=1.360&r2=1.361
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/ice-9/boot-9.scm.diff?r1=1.218&r2=1.219

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.360 
guile/guile-core/ice-9/ChangeLog:1.361
--- guile/guile-core/ice-9/ChangeLog:1.360      Fri Dec  8 07:39:10 2000
+++ guile/guile-core/ice-9/ChangeLog    Tue Dec 12 10:10:56 2000
@@ -1,3 +1,8 @@
+2000-12-12  Dirk Herrmann  <address@hidden>
+
+       * boot-9.scm (top-repl):  Lookup 'use-emacs-interface in
+       the-root-module.
+
 2000-12-07  Neil Jerram  <address@hidden>
 
        * emacs.scm (flush-whitespace): Fix spelling typo ("recieving").
Index: guile/guile-core/ice-9/boot-9.scm
diff -u guile/guile-core/ice-9/boot-9.scm:1.218 
guile/guile-core/ice-9/boot-9.scm:1.219
--- guile/guile-core/ice-9/boot-9.scm:1.218     Tue Nov 28 05:40:40 2000
+++ guile/guile-core/ice-9/boot-9.scm   Tue Dec 12 10:10:56 2000
@@ -2793,7 +2793,7 @@
 
   ;; Load emacs interface support if emacs option is given.
   (if (and (module-defined? the-root-module 'use-emacs-interface)
-          use-emacs-interface)
+          (module-ref the-root-module 'use-emacs-interface))
       (load-emacs-interface))
 
   ;; Place the user in the guile-user module.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]