1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

* boot-9.scm: check use-emacs-interface for emacs support.

This commit is contained in:
Gary Houston 1997-03-05 21:08:06 +00:00
parent a872de20a6
commit f3c23298e9
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Wed Mar 5 20:30:24 1997 Gary Houston <ghouston@actrix.gen.nz>
* boot-9.scm: check use-emacs-interface for emacs support.
Sun Mar 2 19:47:14 1997 Gary Houston <ghouston@actrix.gen.nz> Sun Mar 2 19:47:14 1997 Gary Houston <ghouston@actrix.gen.nz>
* boot-9.scm (scm-style-repl): call repl-report-start-timing if * boot-9.scm (scm-style-repl): call repl-report-start-timing if

View file

@ -3668,8 +3668,7 @@
;;; *fixme* This is a temporary solution. ;;; *fixme* This is a temporary solution.
;;; ;;;
(if (or (member "-e" (cdr (program-arguments))) (if use-emacs-interface
(member "--emacs" (cdr (program-arguments))))
(define-module (guile) :use-module (ice-9 emacs))) (define-module (guile) :use-module (ice-9 emacs)))