(debug): When killing a noninteractive Emacs, give exit status -1.
This commit is contained in:
parent
f50f0aa2ea
commit
f3bb3e6895
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ first will be printed into the backtrace buffer."
|
|||
(insert "...\n"))
|
||||
(goto-char (point-min))
|
||||
(message "%s" (buffer-string))
|
||||
(kill-emacs))
|
||||
(kill-emacs -1))
|
||||
(message "")
|
||||
(let ((standard-output nil)
|
||||
(buffer-read-only t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue