From 0d686ad06439c5519451cff6b9cb8a0a740c5fb7 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Thu, 11 Nov 2010 22:45:29 -0500 Subject: [PATCH] Changed misleading error messages --- elinstall.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elinstall.el b/elinstall.el index c59b9cb..daeaa20 100644 --- a/elinstall.el +++ b/elinstall.el @@ -695,7 +695,7 @@ BASENAME and PRIORITY are used as arguments to nil) (t (error - "elinstall-stage-arrange-preloads: Action not + "elinstall-stage-run-tests: Action not recognized."))) ) actions)) @@ -715,7 +715,7 @@ BASENAME and PRIORITY are used as arguments to (byte-compile-file (second act))) (t (error - "elinstall-stage-arrange-preloads: Action not + "elinstall-stage-byte-compile: Action not recognized."))) ) actions)) -- 2.11.4.GIT