summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print result usingStefan Monnier2014-07-051-1/+1
* * lisp/emacs-lisp/edebug.el (defmacro): Fix debug spec.Glenn Morris2014-02-251-4/+3
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * lisp/emacs-lisp/edebug.el (edebug--display): Move protective let-bindingStefan Monnier2014-01-131-131/+134
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/simple.el (eval-expression-print-format): Don't check forJuri Linkov2013-12-191-1/+4
* * lisp/emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run theStefan Monnier2013-08-081-4/+2
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-2/+2
* * lisp/subr.el (macrop): New function.Stefan Monnier2013-08-041-14/+1
* * lisp/emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.Stefan Monnier2013-07-261-176/+32
* Add support for lexical variables to the debugger's `e' command.Stefan Monnier2013-07-261-1/+1
* Remove some reimplementations of cl-gensymGlenn Morris2013-07-111-23/+3
* * lisp/emacs-lisp/edebug.el (edebug-result): Move before first use.Stefan Monnier2013-06-051-2/+3
* * lisp/emacs-lisp/edebug.el (edebug-mode): Fix typo.Stefan Monnier2013-04-071-1/+1
* Spelling fixes.Paul Eggert2013-04-011-1/+1
* * lisp/emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.Stefan Monnier2013-03-281-24/+27
* * lisp/files.el (kill-buffer-hook): Doc fix.Leo Liu2013-03-241-1/+4
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-4/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | lisp/emacs-lisp/edebug.el: Fix previous change.Juanma Barranquero2012-12-131-6/+3
* | lisp/emacs-lisp/edebug.el: Fix bug#13163.Juanma Barranquero2012-12-131-4/+23
* | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-191-0/+15
|/
* In edebug-pop-to-buffer don't try to split the minibuffer window (Bug#10851).Martin Rudalics2012-10-081-2/+2
* I edebug-pop-to-buffer select window after setting its buffer (Bug#10805).Martin Rudalics2012-10-041-5/+2
* * lisp/emacs-lisp/edebug.el: Miscellaneous cleanup.Stefan Monnier2012-09-131-196/+65
* * lisp/emacs-lisp/edebug.el (edebug-outside-unread-command-events):Stefan Monnier2012-09-121-7/+6
* * lisp/emacs-lisp/edebug.el: Use lexical-binding.Stefan Monnier2012-09-121-200/+188
* Remove unread-command-char.Stefan Monnier2012-09-121-5/+0
* * lisp/emacs-lisp/edebug.el (edebug-enter): Don't mess withStefan Monnier2012-09-121-66/+40
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* * lisp/subr.el (function-get): Refine `autoload' arg so it can alsoStefan Monnier2012-08-131-1/+1
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-5/+8
* * lisp/emacs-lisp/edebug.el (edebug-read-function): Remove old incorrectStefan Monnier2012-06-131-2/+1
* Various minor variable/hook cleanups.Chong Yidong2012-06-121-5/+8
* Cleanup cl-macs namespace. Add macro helpers in macroexp.el.Stefan Monnier2012-06-071-4/+3
* * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'Juri Linkov2012-05-271-0/+1
* Use `declare' in `lambda' and mis minor changes.Stefan Monnier2012-05-261-6/+0
* lisp/emacs-lisp/edebug.el: Do not load cl-specs.el.Juanma Barranquero2012-05-221-8/+0
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* Edebug doc fixesGlenn Morris2012-03-311-2/+11
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-181-1/+1
* * lisp/emacs-lisp/edebug.el: Heed checkdoc recommendations.Stefan Monnier2011-10-051-20/+19
* Improve Edebug error for attempting to instrument built-in functions.Chong Yidong2011-08-211-1/+1
* Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-011-1/+1
* * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-301-1/+2
* Fix C-M-x in lexbind mode. Misc tweaks.Stefan Monnier2011-03-241-1/+2