summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Make edebug-remove-instrumentation remove macro instrumentationLars Ingebrigtsen2019-11-151-2/+3
* Allow using edebug-remove-instrumentation more fine-grainedLars Ingebrigtsen2019-11-141-17/+31
* * lisp/emacs-lisp/easymenu.el (easy-menu-make-symbol): Fix last changeStefan Monnier2019-11-121-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-3/+3
* Document Lisp floats a bit betterPaul Eggert2019-11-101-9/+7
* * lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt.Juri Linkov2019-11-101-1/+1
* Add CHARS arg to read-char-from-minibuffer compatible with read-char-choice.Juri Linkov2019-11-101-3/+3
* * lisp/emacs-lisp/easymenu.el: Don't quote lambdasStefan Monnier2019-11-071-6/+6
* Clean up major mode check in package-menu-modeStefan Kangas2019-11-071-8/+20
* Fix problem with my last commit in package.elStefan Kangas2019-11-061-3/+3
* Avoid changing value of defcustom package-enable-at-startupStefan Kangas2019-11-061-6/+9
* Make 'g' refresh package data in package menuStefan Kangas2019-11-061-6/+11
* Declare unused macro package--push obsoleteStefan Kangas2019-11-051-0/+1
* * lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.Juri Linkov2019-11-031-0/+1
* Don't refuse to install packages without a "footer line"Stefan Kangas2019-11-021-3/+6
* Really enable setting a breakpoint without instrumenting firstLars Ingebrigtsen2019-11-011-1/+3
* Revert "Move description of value to syntax-ppss function."Lars Ingebrigtsen2019-10-301-20/+0
* Add a new ppss structure for syntax-ppss dataLars Ingebrigtsen2019-10-301-0/+34
* Move description of value to syntax-ppss function.Lars Ingebrigtsen2019-10-301-0/+20
* * lisp/tab-bar.el: Store point position and frame buffer-lists in tab.Juri Linkov2019-10-301-0/+2
* * lisp/emacs-lisp/seq.el: Don't require cl-lib.Stefan Monnier2019-10-272-22/+23
* Fix point position after revert-buffer in tabulated-list modeEli Zaretskii2019-10-271-1/+6
* Expand rx definitions inside (not ...)Mattias Engdegård2019-10-271-0/+3
* * lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.Juri Linkov2019-10-271-0/+2
* rx.el: Refactor user-definition expansionMattias Engdegård2019-10-241-41/+56
* rx doc string tweaksMattias Engdegård2019-10-221-3/+4
* Make edebug-eval-last-sexp interactively take a zero prefixLars Ingebrigtsen2019-10-221-10/+29
* * lisp/emacs-lisp/cursor-sensor.el: Make it possible to reveal invisible textStefan Monnier2019-10-211-8/+18
* Tiny clean-up of previous edebug patchLars Ingebrigtsen2019-10-211-1/+1
* Ensure we always remove the breakpoint overlaysLars Ingebrigtsen2019-10-211-1/+1
* Add fringe markers to edebug breakpointsLars Ingebrigtsen2019-10-211-5/+18
* Don't try to add nil packages on refreshStefan Kangas2019-10-211-1/+4
* Add a command to toggle an edebug breakpointLars Ingebrigtsen2019-10-201-4/+39
* Add missing rx symbols `bow' and `eow' to documentationMattias Engdegård2019-10-201-2/+2
* Make edebug-mode-map take precedenceLars Ingebrigtsen2019-10-201-2/+6
* Fix edebug--restore-breakpoints re-instrumentinging bug-outLars Ingebrigtsen2019-10-201-17/+18
* Add a new edebug-breakpoint faceLars Ingebrigtsen2019-10-201-1/+4
* New command to clear all breakpoints in a functionLars Ingebrigtsen2019-10-201-0/+12
* Preserve breakpoints when Edebug-reinstrumenting functionsLars Ingebrigtsen2019-10-202-6/+28
* Change default to cancel all edebug-on-entry in cancel-edebug-on-entryLars Ingebrigtsen2019-10-201-11/+20
* Use user-error in cancel-edebug-on-entryLars Ingebrigtsen2019-10-201-1/+1
* Instrument function if it hasn't been already in edebug-set-breakpointLars Ingebrigtsen2019-10-201-0/+5
* Fix up previous edebug breakpoint overlay changeLars Ingebrigtsen2019-10-201-6/+8
* Mark breakpoints in edebug with highlightsLars Ingebrigtsen2019-10-201-1/+23
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-1/+1
* New command edebug-remove-instrumentationLars Ingebrigtsen2019-10-201-0/+18
* Fix doc string and interactive spec of cancel-edebug-on-entryLars Ingebrigtsen2019-10-201-1/+24
* Revert "Add an edebug-cancel-debug-on-entry alias"Lars Ingebrigtsen2019-10-201-2/+0
* Add an edebug-cancel-debug-on-entry aliasLars Ingebrigtsen2019-10-201-0/+2
* Use [^z-a] for matching any character (anychar/anything) in rxMattias Engdegård2019-10-181-1/+1