Skip to content
Open
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
2 changes: 1 addition & 1 deletion lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ If jammed between parens, \"(|(\" unjam: \"(| (\". If after an opening delimiter
and before a space (after wrapping a sexp, for example), do the opposite and
delete the extra space, \"(| foo)\" to \"(|foo)\"."
(interactive "p")
(cond ((bound-and-true-p edebug-active)
(cond ((lispy--edebug-commandp)
(edebug-step-mode))
((region-active-p)
(goto-char (region-end))
Expand Down