From 2a64a4c60a8626ba2c359294cb89b855b1d893f2 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 20 Mar 2011 17:35:49 +0000 Subject: 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 --- paredit.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'paredit.el') 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 -- cgit v1.2.1