emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/paredit 2a64a4c 064/224: Eliminate confusing comment over


From: ELPA Syncer
Subject: [nongnu] elpa/paredit 2a64a4c 064/224: Eliminate confusing comment over `paredit-splice-sexp'.
Date: Sat, 7 Aug 2021 09:22:20 -0400 (EDT)

branch: elpa/paredit
commit 2a64a4c60a8626ba2c359294cb89b855b1d893f2
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]