> > Probably the defuns and defvars need to be moved outside the
> > "if COLORTERM", as it is now the byte compiler warns about undefined
> > functions...
>
> Aren't those warnings exhibit a bug in the byte compiler?
Probably.
It may not be a bug. The compiler notices functions that are defined
at top level. If a function definition is inside other code, the
compiler should not assume it will really be defined.
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug