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.)