summaryrefslogtreecommitdiff
path: root/lisp/edmacro.el
Commit message (Expand)AuthorAge
* Repair mistake in a previous edmacro-sanitize-string changeMattias Engdegård2023-02-20
* * lisp/edmacro.el (edit-kbd-macro): Fix thinko (bug#61333)Stefan Monnier2023-02-07
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* * lisp/edmacro.el (edmacro-sanitize-for-string): Fix condition.Mattias Engdegård2022-08-19
* Remove extraneous defvars from edmacro.elStefan Kangas2022-08-02
* Do interactive mode tagging in edmacro.elStefan Kangas2022-06-22
* ; * lisp/edmacro.el: Minor doc fixes.Stefan Kangas2022-06-22
* * lisp/edmacro.el: Add missing (require 'seq).Sean Whitton2022-06-20
* Add rudimentary font-locking to edmacro-modeStefan Kangas2022-06-19
* Prefer defvar-keymap in edmacro.elStefan Kangas2022-06-18
* Avoid "control-control-KEY" (bug#55738)Mattias Engdegård2022-06-18
* * lisp/edmacro.el (edit-kbd-macro): Use command substitution.Stefan Kangas2022-06-17
* Fix regression in edmacro-finish-edit when parsing "none"Lars Ingebrigtsen2022-05-11
* edmacro.el: Silence warnings due to kmacro changesStefan Monnier2022-04-04
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge from origin/emacs-28Stefan Kangas2021-11-21
|\|
| * ; Avoid byte-compilation warnings in edmacro.elEli Zaretskii2021-11-20
* | Reverse the edmacro-parse-keys/kbd vector/string logicLars Ingebrigtsen2021-10-17
* | Remove duplicate code in edmacro-parse-keysStefan Kangas2021-10-16
* | Fix byte-compilation warnings in nox buildsBasil L. Contovounesios2021-10-12
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Avoid cl-lib alias for cadadr and friendsStefan Kangas2021-09-03
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* * lisp/edmacro.el: Use lexical-bindingStefan Monnier2021-04-10
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in most filesStefan Kangas2020-12-09
* Remove redundant 'function's around lambdasStefan Kangas2020-11-17
* Add "Old-" prefix to "Version" header in more casesStefan Kangas2020-10-18
* Update copyright year to 2020Paul Eggert2020-01-01
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-26
* Don't signal error from "C-x C-k l" about mouse eventsDrew Adams2019-01-05
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-21
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Improve edit-kbd-macro prompting in case of remapped keys (Bug#29399)Noam Postavsky2017-12-02
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Update copyright year to 2017Paul Eggert2016-12-31
* Update copyright year to 2016Paul Eggert2016-01-01
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-21
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-10
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * lisp/edmacro.el (edmacro-format-keys): Fix previous change.Glenn Morris2013-07-15
* Remove some more reimplementations of cl-lib functionsGlenn Morris2013-07-11
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Reduce use of (require 'cl).Stefan Monnier2012-07-10