mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
* emacs.scm: Set backtrace width to 60.
This commit is contained in:
parent
0ea632464e
commit
e8ac4cfa8d
1 changed files with 4 additions and 0 deletions
|
@ -261,3 +261,7 @@
|
|||
(variable-set! (builtin-variable '%%emacs-frame-eval) emacs-frame-eval)
|
||||
(variable-set! (builtin-variable '%%emacs-symdoc) emacs-symdoc)
|
||||
(variable-set! (builtin-variable '%%apropos-internal) apropos-internal)
|
||||
|
||||
;;; Set backtrace width to 60
|
||||
|
||||
(debug-set! width 60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue