summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.Robert Pluim2022-05-041-1/+1
* ; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.Eli Zaretskii2022-05-041-1/+2
* Clarify the doc string of 'with-buffer-unmodified-if-unchanged'Eli Zaretskii2022-05-041-7/+14
* Make with-buffer-unmodified-if-unchanged more efficientLars Ingebrigtsen2022-05-031-2/+2
* Make with-buffer-unmodified-if-unchanged more resilientLars Ingebrigtsen2022-05-031-8/+10
* with-buffer-unmodified-if-unchanged: Tweak the implementationStefan Monnier2022-05-031-3/+5
* Add new macro with-buffer-unmodified-if-unchangedLars Ingebrigtsen2022-05-031-0/+25
* Add new command 'package-update'Lars Ingebrigtsen2022-05-031-0/+25
* Make the eval-in-debug error message prettier in non-recursive errorsLars Ingebrigtsen2022-05-021-11/+17
* Make non-recursive error messages in edebug prettierLars Ingebrigtsen2022-05-021-8/+19
* Don't enter the debugger from *Backtrace* or edebug on eval errorsLars Ingebrigtsen2022-05-012-2/+16
* Make load-path-shadows-mode a special modeLars Ingebrigtsen2022-04-301-3/+2
* Move the when-let family of macros to subr.elLars Ingebrigtsen2022-04-301-110/+0
* debug-early: Print bytecode in a more manageable wayStefan Monnier2022-04-291-20/+24
* * lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add `symbol-with-pos`Stefan Monnier2022-04-291-1/+1
* CL types: Accept both `byte-code-function` and `compiled-function`Stefan Monnier2022-04-293-2/+15
* * lisp/emacs-lisp/nadvice.el: Fix bug#55149Stefan Monnier2022-04-281-1/+1
* nadvice.el: Auto-generate the doc describing the "how" argStefan Monnier2022-04-261-34/+63
* nadvice.el: Use OClosuresStefan Monnier2022-04-262-74/+55
* nadvice.el: Rename "where" to "how"Stefan Monnier2022-04-262-42/+43
* Use `advice--cd*r` where applicableStefan Monnier2022-04-262-3/+2
* Pretty print OClosure slot accessorsStefan Monnier2022-04-262-0/+13
* Mention caveats in the map-delete doc stringLars Ingebrigtsen2022-04-261-1/+11
* cl-generic.el: Upcase formal args in `C-h o`Stefan Monnier2022-04-251-8/+27
* Don't make a header if the user hasn't specified columns in vtableLars Ingebrigtsen2022-04-231-30/+36
* Byte compiler: Prevent special forms' symbols being replaced by bare symbolsAlan Mackenzie2022-04-224-171/+173
* Byte compiler: correct output warning message positions (part 2)Alan Mackenzie2022-04-222-4/+3
* Further doc string quoting fixesLars Ingebrigtsen2022-04-221-1/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-225-12/+12
* Fix map-into doc string exampleLars Ingebrigtsen2022-04-221-1/+1
* Clarify cl-incf/decf doc stringsLars Ingebrigtsen2022-04-211-2/+8
* Byte compiler: correct output warning message positionsAlan Mackenzie2022-04-181-7/+7
* Byte compiler: remove symbol positions from byte-switch tablesAlan Mackenzie2022-04-181-7/+16
* Merge from origin/emacs-28Eli Zaretskii2022-04-161-2/+6
|\
| * Add a comment about cl-concatenateLars Ingebrigtsen2022-04-131-0/+3
| * Revert "Make cl-concatenate an alias of seq-concatenate"Lars Ingebrigtsen2022-04-131-2/+3
| * cl-generic.el: Fix bug#46722Stefan Monnier2022-04-061-1/+3
* | Enable dragging resizing final column in vtableLars Ingebrigtsen2022-04-151-3/+2
* | Add some mouse-face bits to vtableLars Ingebrigtsen2022-04-151-0/+2
* | Tweak sorting indicator placement in vtableLars Ingebrigtsen2022-04-151-1/+8
* | Make the sorting indicator prettier in vtableLars Ingebrigtsen2022-04-151-14/+37
* | Allow using faces for colors in vtableLars Ingebrigtsen2022-04-151-14/+45
* | Allow dragging the divider in vtableLars Ingebrigtsen2022-04-151-16/+36
* | Fix off-by-one error in text-property-search-backwardLars Ingebrigtsen2022-04-151-1/+0
* | Allow dragging dividers in vtableLars Ingebrigtsen2022-04-141-10/+19
* | Allow resizing vtable columns by draggingLars Ingebrigtsen2022-04-141-16/+31
* | Make vtable remember user-altered column widthsLars Ingebrigtsen2022-04-141-0/+6
* | Ensure that commands like { work on all frames in vtableLars Ingebrigtsen2022-04-141-13/+16
* | Make vtable narrow/widen functions take a prefixLars Ingebrigtsen2022-04-141-8/+16
* | Copy edit make-vtable codeLars Ingebrigtsen2022-04-141-6/+4