summaryrefslogtreecommitdiff
path: root/paredit.el
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-03-20 17:35:49 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-03-20 17:35:49 +0000
commit2a64a4c60a8626ba2c359294cb89b855b1d893f2 (patch)
treee314324f64ed8ce210979d0e0f3eeca5e14469ef /paredit.el
parente06ab4081ce4029d7bcd7e1906c50ba6d75664f1 (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
Diffstat (limited to 'paredit.el')
-rw-r--r--paredit.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/paredit.el b/paredit.el
index 1622cea..63272c0 100644
--- a/paredit.el
+++ b/paredit.el
@@ -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