branch: elpa/buttercup
commit 4d974d28d4525533ec72b1e5885f8b72b387c5fb
Author: Ola Nilsson <[email protected]>
Commit: Ola Nilsson <[email protected]>
Use correct function for --stale-file-error
A work-in-progress name was accidentally left in here.
Fixes #193.
---
buttercup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buttercup.el b/buttercup.el
index df1aa72..435fead 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -1387,7 +1387,7 @@ current directory."
(push 'passed buttercup-reporter-batch-quiet-statuses)
(setq args (cdr args)))
((equal (car args) "--stale-file-error")
- (buttercup-install-old-elc-error)
+ (buttercup-error-on-stale-elc)
(setq args (cdr args)))
(t
(push (car args) dirs)