Skip to content

Commit

Permalink
Move .el files out of root.
Browse files Browse the repository at this point in the history
 - to avoid cluttering the provide-namespace
 - like not interfering with with ert.el

Fixes #9
  • Loading branch information
magnars committed Dec 7, 2012
1 parent 467dfa7 commit 1284bc6
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -590,7 +590,7 @@ Destructive: Sets `list` to the cdr of `list`.
## Contribute

Yes, please do. Pure functions in the list manipulation realm only,
please. There's a suite of tests in `examples.el`, so remember to add
please. There's a suite of tests in `dev/examples.el`, so remember to add
tests for your function, or I might break it later.

You'll find the repo at:
Expand Down
2 changes: 1 addition & 1 deletion create-docs.sh
Expand Up @@ -4,4 +4,4 @@ if [ -z "$EMACS" ] ; then
EMACS="emacs"
fi

$EMACS -batch -l dash.el -l examples-to-docs.el -l examples.el -f create-docs-file
$EMACS -batch -l dash.el -l dev/examples-to-docs.el -l dev/examples.el -f create-docs-file
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion readme-template.md
Expand Up @@ -46,7 +46,7 @@ which demonstrates the usefulness of both versions.
## Contribute

Yes, please do. Pure functions in the list manipulation realm only,
please. There's a suite of tests in `examples.el`, so remember to add
please. There's a suite of tests in `dev/examples.el`, so remember to add
tests for your function, or I might break it later.

You'll find the repo at:
Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
Expand Up @@ -4,4 +4,4 @@ if [ -z "$EMACS" ] ; then
EMACS="emacs"
fi

$EMACS -batch -l ert.el -l dash.el -l examples-to-tests.el -l examples.el -f ert-run-tests-batch-and-exit
$EMACS -batch -l dev/ert.el -l dash.el -l dev/examples-to-tests.el -l dev/examples.el -f ert-run-tests-batch-and-exit

0 comments on commit 1284bc6

Please sign in to comment.