diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 17:42:06 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 17:42:06 +0100 |
| commit | 3c356dfc5a0f99d022f4bd9c6f3a2c93863c0529 (patch) | |
| tree | 530899429e59f20c222af366c06bdbee590e9d9f /robot/robot.el | |
| parent | 1801524221c0ac835f5021aede3e38120a12db1d (diff) | |
| download | org-drill-3c356dfc5a0f99d022f4bd9c6f3a2c93863c0529.tar.gz org-drill-3c356dfc5a0f99d022f4bd9c6f3a2c93863c0529.zip | |
Fix robot testing and reference to drill-typed-answer
Diffstat (limited to 'robot/robot.el')
| -rw-r--r-- | robot/robot.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/robot.el b/robot/robot.el index a9813d9..ef1f4c2 100644 --- a/robot/robot.el +++ b/robot/robot.el @@ -48,6 +48,8 @@ (defun robot-dump () (dump-buffer "*Backtrace*" "failure.txt") (dump-buffer "*Messages*" "messages.txt") + (princ "Killing Emacs after error\n" + 'external-debugging-output) (kill-emacs -1)) (defun robot-dump-messages () |
