From 550ec2ff18c3dd9db090e0b58af68a711b3ed4a6 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Sun, 9 Jan 2011 16:48:59 -0500 Subject: [PATCH] Changed comments --- elinstall.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elinstall.el b/elinstall.el index 3f6c8a4..7346cb6 100644 --- a/elinstall.el +++ b/elinstall.el @@ -788,6 +788,9 @@ PRIORITY must be an integer or nil." (let* ( (priority (or priority elinstall-default-priority)) + ;;$$IMPROVE ME If target-basename has a directory part, + ;;split it and format priority onto it. So join those args + ;;and resplit them. (target-name-nodir (format "%d%s.el" -- 2.11.4.GIT