bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14639: package-initialize not run


From: Stefan Monnier
Subject: bug#14639: package-initialize not run
Date: Mon, 17 Jun 2013 10:45:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> -                               (package--description-file subdir))))
> +                               (expand-file-name
> +                                (package--description-file subdir)
> +                                subdir))))

Looks good (if you grep a bit, you'll see there are calls to
package--description-file which need a relative file name, because it's
used to find a file in a tar archive rather than in the file-system).


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]