branch: externals/plz commit 1016279174611eb126db9d6378967b10610e42ca Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Changes --- .gitignore | 1 + plz.el | 1 + {test => tests}/test-plz.el | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..c531d9867f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.elc diff --git a/plz.el b/plz.el index 2d6471c47e..3b256f56a0 100644 --- a/plz.el +++ b/plz.el @@ -48,6 +48,7 @@ ;;;; Requirements (require 'cl-lib) +(require 'rx) (require 'subr-x) ;;;; Structs diff --git a/test/test-plz.el b/tests/test-plz.el similarity index 99% rename from test/test-plz.el rename to tests/test-plz.el index cadcbab3bb..7551a91e41 100644 --- a/test/test-plz.el +++ b/tests/test-plz.el @@ -29,6 +29,8 @@ (require 'ert) (require 'json) +(require 'plz) + ;;;; Variables