Procházet zdrojové kódy

Set debug-on-error to t before loading emacs.el

pull/1/head
10sr před 11 roky
rodič
revize
a674be4555
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +0
    -1
      emacs.el
  2. +1
    -1
      test/run.sh

+ 0
- 1
emacs.el Zobrazit soubor

@@ -19,7 +19,6 @@
(eval-when-compile
(require 'cl nil t))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; prepare init.el



+ 1
- 1
test/run.sh Zobrazit soubor

@@ -14,4 +14,4 @@ sh "$top"/setup.sh help

# emacs
emacs --version
emacs -q --debug-init --batch --load "$top"/emacs.el --kill
emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill

Načítá se…
Zrušit
Uložit