On 2012-04-25 10:40 +0200, Nikolai Weibull wrote: > The commit message notes that Emacs loads a package into a buffer > called “ *load” with load-in-progress set to t. Shouldn’t the > condition then be ((and (string= (buffer-name) " *load") > load-in-progress))?
Yes. I have an unpushed commit in my local repository that does exactly this. I will push it after some further testing. -- Vegard _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
