Skip to content

Commit

Permalink
Fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jan 25, 2015
1 parent 70a10d0 commit bfb53a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp/shm-yank-kill.el
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ will insert them back verbatim."
(when (looking-back "[a-zA-Z0-9]+_*")
(shm-insert-string " "))
(when (and (looking-at "[a-zA-Z0-9]+_*")
(not shm-evaporate-before-p))
(not (shm-evaporate-before-p)))
(shm-insert-string " ")
(forward-char -1)))
(shm-insert-indented #'clipboard-yank)))
Expand Down

0 comments on commit bfb53a0

Please sign in to comment.