Skip to content

Commit

Permalink
Add missing seq requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed Sep 30, 2017
1 parent 1d2c171 commit 1a4ebe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-helper.el
Expand Up @@ -33,6 +33,7 @@
(require 'ert)
(require 'rg)
(require 's)
(require 'seq)

(defun rg-regexp-anywhere (needle)
(s-replace "%%%%" needle "\\( \\|^\\)%%%%\\( \\|$\\)"))
Expand Down

0 comments on commit 1a4ebe8

Please sign in to comment.