Miles Bader <[EMAIL PROTECTED]> writes: > On Apr 5, 2005 4:14 PM, Kim F. Storm <[EMAIL PROTECTED]> wrote: >> >> Can't you move this closer to the definition of message-make-date? >> >> It's only necessary to suppress compiler warnings for that function. >> > >> > I put it inside the defun. >> >> Doing that will slow down the function, so if that function is used >> a lot, I think it is a really bad idea to do so! > > Er, no it won't. Declaration-only defvars produce no code, whether > inside a function or no.
Perhaps I misread the various quoted sections. I was refering to the (require 'parse-date) or whatever it was called. Putting require into a function _does_ slow it down. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel