Skip to content

Commit

Permalink
address build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Apr 19, 2021
1 parent d1d6b55 commit 7d46bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rigpa-word-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@
(evil-forward-WORD-end)
(forward-char)
(if (eolp)
(progn (next-line)
(progn (forward-line)
(beginning-of-line)
(delete-horizontal-space)
(apply #'evil-delete (evil-inner-WORD))
(previous-line)
(forward-line -1)
(end-of-line)
(evil-paste-after 1))
(delete-horizontal-space)))))
Expand Down

0 comments on commit 7d46bd2

Please sign in to comment.