tag name | v25 (8004ed144126eb8df40a2de1baae9d7fc667d253) |
tag date | 2022-11-25 22:55:21 +0000 |
tagged by | Taylor R Campbell <campbell@paredit.org> |
tagged object | commit 642b678e9a... |
paredit.el version 25
* paredit now lives at paredit.org.
* M-r (paredit-raise-sexp) now respects active mark in Transient Mark Mode.
* Paredit Mode and Electric Indent Mode are noted as incompatible.
* M-q (paredit-reindent-defun) now respects `fill-paragraph-function'.
* New variables `paredit-comment-prefix-...' for `paredit-comment-dwim'.
* Reading character in Backslash escape now inherits input method.
* M-r (paredit-raise-sexp) no longer reindents single-line sexps.
* Various bug fixes and additions to test suite.
* Worked around brokenness induced by Electric Indent Mode.
** (Thanks to Sean Whitton for reporting the bug and discussing the fix.)