diff options
author | Taylor R Campbell <campbell@mumble.net> | 2013-07-08 14:01:54 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2013-07-08 14:01:57 +0000 |
commit | c33e13425343e2f87f37ece5acb9e2530b5a625a (patch) | |
tree | 6dc89574734939228629b4a2520ac7323cf628f3 | |
parent | 3ab28ecd15596063a30299c15b9e6a1c1c372e04 (diff) |
Fix reference to `backward-down-list', which is no more.
(Why doesn't GNU Emacs include this? Grmble.)
-rw-r--r-- | paredit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2521,7 +2521,7 @@ Both must be lists, strings, or atoms; error if there is a mismatch." (interactive) (paredit-lose-if-not-in-sexp 'paredit-add-to-previous-list) (save-excursion - (backward-down-list) + (down-list -1) ;++ backward-down-list... (paredit-forward-slurp-sexp))) (defun paredit-add-to-next-list () |