From 1902ceec3eee66f5ac5d697bb2edf753e466b012 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Thu, 11 Nov 2010 20:11:22 -0500 Subject: [PATCH] Use basename parameter in making preload-file action --- elinstall.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elinstall.el b/elinstall.el index bbb9e39..147bd2b 100644 --- a/elinstall.el +++ b/elinstall.el @@ -893,7 +893,8 @@ surrounds DIR. It may not yet have been added to load-path." `(preload-file ,new-def-file ,(file-name-sans-extension - (second spec))) + (second spec)) + (fourth spec)) (elinstall-find-actions-by-spec (third spec) -- 2.11.4.GIT