]> git.eshelyaron.com Git - emacs.git/commit
Move 'backtrace' from subr.el to backtrace.el
authorGemini Lasswell <gazally@runbox.com>
Wed, 18 Jul 2018 15:30:45 +0000 (08:30 -0700)
committerGemini Lasswell <gazally@runbox.com>
Fri, 3 Aug 2018 15:54:08 +0000 (08:54 -0700)
commit83af893fc0e7cc87c0fb0626fb48ef96e00b3f8b
treea20e2e5731a619f1268519deb2392d39f5bcfe87
parentca98377280005344fb07c816997b9bc2a737056a
Move 'backtrace' from subr.el to backtrace.el

* lisp/subr.el (backtrace, backtrace--print-frame): Remove functions.
* lisp/emacs-lisp/backtrace.el (backtrace-backtrace): Remove function.
(backtrace): New function.
(backtrace-to-string): Make argument optional.
* doc/lispref/debugging.texi (Internals of Debugger): Update
description of 'backtrace' function.
doc/lispref/debugging.texi
lisp/emacs-lisp/backtrace.el
lisp/subr.el