Re: [PATCH] byte-compile fsets

2002-02-04 Thread Ronan Waide
On January 29, [EMAIL PROTECTED] said: > bbdb-com.el fsets a bunch of stuff inside an `eval-when-compile'; > unfortunately, this is of little use, because while fset calls are > byte-compiled, these aren't, so the file byte-compiles without error and > then falls over at runtime. Robert appears t

[PATCH] byte-compile fsets

2002-01-29 Thread Nix
bbdb-com.el fsets a bunch of stuff inside an `eval-when-compile'; unfortunately, this is of little use, because while fset calls are byte-compiled, these aren't, so the file byte-compiles without error and then falls over at runtime. Patch: 2002-01-29 Nix <[EMAIL PROTECTED]> * lisp/bb