branch: externals/setup commit 44d2cfde73f7aa6a40b603365f3b8454d1813fc9 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Philip K <phil...@posteo.net>
Ignore package.el files --- .gitignore | 4 +++- setup.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 507dafa..da6f84d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.elc *~ -\#*\# \ No newline at end of file +\#*\# +/setup-pkg.el +/setup-autoloads.el \ No newline at end of file diff --git a/setup.el b/setup.el index afafd30..4030186 100644 --- a/setup.el +++ b/setup.el @@ -406,7 +406,7 @@ form (prepend VAR), VAL is prepended to VAR." :documentation "If EXECUTABLE is not in the path, stop here." :repeatable 1) -(setup-define :if +(setup-define :only-if (lambda (condition) `(unless ,condition (throw 'setup-exit nil)))