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:
parent
a872de20a6
commit
f3c23298e9
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue