Eli Zaretskii wrote:

   You are removing the test for display-graphic-p being fboundp, but the
   ChangeLog entry for the change which introduced that test clearly says:

           * tooltip.el (tooltip-mode): `emacs-quick-startup' and
           `display-graphic-p' may not be bound yet.

   I wasn't following this thread, so perhaps you suggested or installed
   another change which takes care of that; if so, apologies.

The expression now gets evaluated inside a condition-case, and if an
error occurs, the value is set to nil, without throwing an error.  The
actual value at that stage is irrelevant, it is later reevaluated with
everything bound.

Sincerely,

Luc.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to