diff options
author | Taylor R Campbell <campbell@mumble.net> | 2008-09-28 13:38:22 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2008-09-28 13:38:22 +0000 |
commit | 36f2f18abb6eb19bbd687ec3149def604f93e2dd (patch) | |
tree | ce42a459465a7e98b9b89c41a22455f6f6b6c765 /check.sh | |
parent | 1821854f887d7dc215edc0a997f8b3f1533d769d (diff) |
Changes for version 13.v13
- Removed M-\ (paredit-join-sexps), whose key binding conflicts with
delete-horizontal-space and whose implementation was inadequate and
led to general uselessness of the command.
- Improved RET (paredit-newline) so that it does not do anything
fancy within strings and first tests whether the point is in a
comment before checking whether it is in a character.
- Changed paredit-skip-whitespace from skip-syntax-{forward,backward}
to skip-chars-{forward,backward}, because in the Lisp syntax table
newlines are not considered whitespace -- rather, they are comment
ends --, but we want to skip them nevertheless.
- Corrected paredit-kill in a way I don't understand.
- Minor code improvements, including:
. Changed call to previous-line to use forward-line instead.
. Removed unnecessary save-excursion in paredit-recentre-on-sexp.
. IF indentation changes.
darcs-hash:20080928133822-00fcc-703d3e78cd56715f9f46966923349ba2561d8a72
Diffstat (limited to 'check.sh')
0 files changed, 0 insertions, 0 deletions