From 81f1018a872a41f4cb6d899d39e11e1316b926b5 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Thu, 11 Nov 2010 20:15:15 -0500 Subject: [PATCH] Bugfix: Generate preload-file action right --- elinstall.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/elinstall.el b/elinstall.el index 147bd2b..7687e18 100644 --- a/elinstall.el +++ b/elinstall.el @@ -889,12 +889,9 @@ surrounds DIR. It may not yet have been added to load-path." (cons ;;$$IMPROVE ME see a priority argument. See ;;parameters of whether to give this action at all. - ;;See a parameter for basename `(preload-file ,new-def-file - ,(file-name-sans-extension - (second spec)) - (fourth spec)) + ,(fourth spec)) (elinstall-find-actions-by-spec (third spec) -- 2.11.4.GIT