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