Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,11 @@ If position isn't special, move to previous or error."
`lispy-delete' or `lispy-delete-backward' toward the delimiter
will kill the whole sexp (string or list).")

(define-obsolete-variable-alias
'lispy-delete-atom-from-within
'lispy-delete-sexp-from-within
"2018-04-15")

(defun lispy-delete (arg)
"Delete ARG sexps."
(interactive "p")
Expand Down