================================================================
Dear Bug Team!
In `help.el', functions `Help-princ-face' and `Help-prin1-face', look at the
default cases:
(defun Help-princ-face (object face)
(cond (...)
(t princ object)))
That last line should be:
(t (princ object))))
A similar change is needed for `Help-prin1-face'.
Eric.
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: FreeBSD beryl 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Aug 12 13:29:47 MDT 2003
kwebbļ¼ beryl:/usr/obj/usr/src/sys/UTAHUP i386
Show replies by date