]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/debug.el (debug-on-entry): Allow undefined functions
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Dec 2019 01:24:44 +0000 (20:24 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Dec 2019 01:24:44 +0000 (20:24 -0500)
commit7a498af10a9b19ab3d88663acd4bb5724eeef6c8
tree88897f1cb8cc5cdef47291c8b7c976495819d284
parenta642b4d35c86b871a97a4d5f150ed17303603413
* lisp/emacs-lisp/debug.el (debug-on-entry): Allow undefined functions

Allow placing debug-on-entry on a function not-yet-defined, which
is convenient when the problem you're investigating happens while
the relevant files are loaded.
lisp/emacs-lisp/debug.el