mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* emacs.scm, session.scm, slib.scm): Added :no-backtrace in module
definition.
This commit is contained in:
parent
bbefd48041
commit
3267d4a159
2 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,8 @@
|
|||
(define-module (ice-9 emacs)
|
||||
:use-module (ice-9 debug)
|
||||
:use-module (ice-9 threads)
|
||||
:use-module (ice-9 session))
|
||||
:use-module (ice-9 session)
|
||||
:no-backtrace)
|
||||
|
||||
(define emacs-escape-character #\sub)
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
;;;; to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||
;;;; 330, Boston, MA 02111-1307 USA
|
||||
;;;;
|
||||
(define-module (ice-9 slib))
|
||||
(define-module (ice-9 slib)
|
||||
:no-backtrace)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue