summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * lisp/emacs-lisp/debug.el (debug-convert-byte-code): Don't assume theStefan Monnier2011-09-271-1/+3
* * lisp/emacs-lisp/debug.el (debugger-args): Give it a docstring.Stefan Monnier2011-09-191-26/+41
* Tabify previous change.Glenn Morris2011-09-131-62/+62
* * lisp/emacs-lisp/debug.el (debugger-make-xrefs): Preserve point. (Bug#9462)Glenn Morris2011-09-131-65/+66
* * lisp/emacs-lisp/debug.el (debug-arglist): New function.Stefan Monnier2011-08-221-13/+21
* * lisp/emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)Glenn Morris2011-07-141-1/+1
* * lisp/emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.Stefan Monnier2011-06-151-4/+5
* * lisp/emacs-lisp/debug.el (debug): Save&restore not just the buffer'sStefan Monnier2011-05-311-6/+15
* * debug.el (debug): Restore the previous content of theHelmut Eller2011-05-311-0/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Use `declare' in defmacros.Stefan Monnier2010-08-301-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-2/+1
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+2
* (debugger-setup-buffer): Make it multibyte.Stefan Monnier2009-08-301-1/+1
* * textmodes/ispell.el (ispell-check-version, ispell-send-string):Stefan Monnier2009-08-281-2/+1
* Remove leading * from defcustom docs.Glenn Morris2009-07-221-3/+3
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (debug): When killing a noninteractive Emacs, give exit status -1.Chong Yidong2008-08-281-1/+1
* (help-xref-interned): Declare.Glenn Morris2008-06-211-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (debug): Revert to bury-buffer since quit-window is not better anyway.Stefan Monnier2008-04-181-3/+4
* *** empty log message ***Dan Nicolaescu2008-04-071-1/+1
* * emacs-lisp/debug.el (debugger-mode-map):Dan Nicolaescu2008-04-021-1/+45
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* (debugger-setup-buffer): Disable undo in *Backtrace*.Richard M. Stallman2007-10-101-0/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (debug-help-follow): Revert last change.Luc Teirlinck2006-03-201-4/+3
* (debug-help-follow): Adapt comment to change in help-mode.el.Luc Teirlinck2006-03-201-3/+4
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (debugger-make-xrefs): Don't assume case-fold-search is nil.Stefan Monnier2005-10-241-5/+8
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-3/+3
* (debug): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-1/+3
* Move debugger-mode to a more natural place.Richard M. Stallman2005-07-101-25/+25
* (debug-help-follow): New function.Richard M. Stallman2005-07-101-14/+34
* (debugger-setup-buffer): When eval-bufferRichard M. Stallman2005-07-091-2/+9
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (debug): Quieten Drew Adams.Stefan Monnier2005-06-301-1/+3
* (debugger-special-form-p): New defun.Lute Kamstra2005-06-231-3/+21
* (debug-on-entry): Fix docstring.Lute Kamstra2005-06-141-3/+9
* (cancel-debug-on-entry): Mention default in minibuffer prompt.Luc Teirlinck2005-06-131-3/+3
* (cancel-debug-on-entry): Make the empty string argument obsolete.Lute Kamstra2005-06-131-4/+7
* (debug-on-entry, cancel-debug-on-entry): Doc fixes.Luc Teirlinck2005-06-111-6/+9
* (debugger-will-be-back): New var.Stefan Monnier2005-06-091-5/+22