diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-03-20 17:35:49 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-20 17:35:49 +0000 |
commit | 2a64a4c60a8626ba2c359294cb89b855b1d893f2 (patch) | |
tree | e314324f64ed8ce210979d0e0f3eeca5e14469ef | |
parent | e06ab4081ce4029d7bcd7e1906c50ba6d75664f1 (diff) |
Eliminate confusing comment over `paredit-splice-sexp'.
Ignore-this: 13c949425c6b6df35b26e53d9e1819e6
Comment referenced no longer extant text in the file, and credits are
moving to another file.
darcs-hash:20110320173549-00fcc-4c0751e61f57f437bb8b0b9f6c8d861f20757023
-rw-r--r-- | paredit.el | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1886,12 +1886,6 @@ The argument is passed on to `yank' or `yank-pop'; see their (save-excursion (backward-up-list) (indent-sexp))) (t (error "Last command was not a yank or a wrap: %s" last-command)))) -;;; Thanks to Marco Baringer for the suggestion of a prefix argument -;;; for PAREDIT-SPLICE-SEXP. (I, Taylor R. Campbell, however, still -;;; implemented it, in case any of you lawyer-folk get confused by the -;;; remark in the top of the file about explicitly noting code written -;;; by other people.) - (defun paredit-splice-sexp (&optional argument) "Splice the list that the point is on by removing its delimiters. With a prefix argument as in `C-u', kill all S-expressions backward in |