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

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

Re: Warnings during compilation


From: Richard M. Stallman
Subject: Re: Warnings during compilation
Date: Wed, 16 Nov 2005 17:01:47 -0500

    Wouldn't the patch below be preferable?


            Stefan


    --- printing.el     24 sep 2005 13:32:37 -0400      1.34
    +++ printing.el     15 nov 2005 23:35:32 -0500      
    @@ -1027,6 +1027,7 @@

     (require 'lpr)
     (require 'ps-print)
    +(eval-when-compile (require 'easymenu)) ;For easy-menu-intern's inlining.

Maybe, but I am not sure.  It has the effect of forcing loading
of easymenu.

Does execution of printing.el require loading of easymenu, now?
I suspect it does--since why else call easy-menu-intern.
If so, your change is fine.




reply via email to

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