aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/kmacro.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Enable kmacro-call-macro to function in some circumstancesPo Lu2025-03-021-1/+13
* Use cl-with-gensyms in a few more casesStefan Kangas2025-02-251-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix formatting of long keyboard macros by 'list-keyboard-macros'.Earl Hyatt2024-10-141-1/+1
* Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-1/+1
* ; Fix doc strings in kmacro.elEli Zaretskii2024-06-031-0/+3
* Add new keyboard macro counter functions (bug#61549)Alex Bochannek2024-06-021-0/+84
* ; * lisp/kmacro.el (kmacro-add-counter): cut useless variable refMattias EngdegÄrd2024-05-061-1/+1
* Add command 'list-keyboard-macros' that works like 'list-buffers'.Earl Hyatt2024-04-141-0/+558
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Repair test failures stemming from Android mergePo Lu2023-08-081-5/+12
* | Extend handling of prefix arg in some kmacro.el commandsEli Zaretskii2023-06-211-6/+7
* | kmacro: Simplify register code and recent changeStefan Monnier2023-02-241-23/+22
|/
* Fix insertion of keyboard macro containing named keysRobert Pluim2023-02-241-3/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix remaining byte-compile warnings in loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* Use command substitution in kmacro.elStefan Kangas2022-07-011-3/+3
* Prefer defvar-keymap in kmacro.elStefan Kangas2022-06-191-63/+57
* Merge from origin/emacs-28Eli Zaretskii2022-05-251-4/+4
|\
| * Fix kmacro-keymap binding after previous changeLars Ingebrigtsen2022-05-171-1/+1
| * Fix the name of a kmacro command.Eli Zaretskii2022-05-171-3/+3
* | Describe kmacro registers betterLars Ingebrigtsen2022-05-051-1/+1
* | New generic function `oclosure-interactive-form`Stefan Monnier2022-04-261-1/+2
* | kmacro: Represent it as an OClosureStefan Monnier2022-04-011-64/+93
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Improve docstring of kmacro-set-formatStefan Kangas2021-11-061-5/+35
* Move 'kdb-macro-redisplay' key bindingLars Ingebrigtsen2021-09-221-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-3/+3
* Fix kmacro-view-ring-2nd doc stringLars Ingebrigtsen2021-05-301-1/+1
* * lisp/kmacro.el (kmacro-lambda-form): Fix bug#48523Stefan Monnier2021-05-191-10/+16
* * lisp/kmacro.el: Fix test cases broken by last changeStefan Monnier2021-05-181-13/+21
* * lisp/kmacro.el: Avoid the dynbound dialect of ELispStefan Monnier2021-05-171-42/+43
* Allow `C-x C-k l' to work even if `C-h l' is unboundLars Ingebrigtsen2021-05-051-1/+1
* Add a command for redisplay during keyboard macrosMarco Wahl2021-01-291-0/+11
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-2/+4
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Rewrite the kmacro register function to avoid using obsolete functionsLars Ingebrigtsen2019-06-121-10/+16
* Improve printing for named keyboard macros (Bug#35486)Noam Postavsky2019-05-121-0/+1
* Merge from origin/emacs-26Paul Eggert2019-02-011-4/+8
|\
| * Correct the docs of inserting kmacro counterEli Zaretskii2019-02-011-4/+8
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-05-151-14/+24
|\ \ | |/
| * Improve documentation of kmacro commands and variables.Eli Zaretskii2018-05-111-14/+24