Skip to content

Commit

Permalink
Merge pull request #144 from jezcope/fix/symex-delete
Browse files Browse the repository at this point in the history
Save point in comment check during deletion
  • Loading branch information
countvajhula authored Sep 18, 2024
2 parents fe45b0b + 67ebe70 commit 5b1609e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symex-transformations-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
;; ensure that there isn't a comment on the
;; preceding line before joining lines
(unless (condition-case nil
(progn (evil-find-char 1 ?\;)
t)
(save-excursion (evil-find-char 1 ?\;)
t)
(error nil))
(symex--join-to-match lispy-right)
(symex--adjust-point)))))))
Expand Down

0 comments on commit 5b1609e

Please sign in to comment.