Luc Teirlinck <[EMAIL PROTECTED]> writes: > Unless somebody knows how to accurately test whether Emacs was > compiled --without-x in loadup.el.
Since x-show-tip is only defined with X/W32/MAC, this should work: (if (fboundp 'x-show-tip) (load "tooltip")) -- 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